Gradle BUILE FAILED
- Dominant language
- C
- Stars
- 33.2k
- Forks
- 8.2k
- PR merge metrics
- No merged PRs in 30d
Description
>Error:Execution failed for task ':app:processDebugManifest'.
> Manifest merger failed : uses-sdk:minSdkVersion 14 cannot be smaller than version 21 declared in library [tv.danmaku.ijk.media:ijkplayer-arm64:0.8.0] /Users/wangnan7/.android/build-cache/54c08487e3b80906d046ddd79c23342803f33958/output/AndroidManifest.xml
>Suggestion: use tools:overrideLibrary="tv.danmaku.ijk.media.player_arm64" to force usage
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the :app:processDebugManifest task and the AndroidManifest.xml from tv.danmaku.ijk.media:ijkplayer-arm64:0.8.0. Compare the app's minSdkVersion 14 with the library's declared minimum version 21, then reproduce the manifest-merger failure using the project's Gradle build. Done means the debug manifest merges successfully without an unsupported SDK configuration.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android
- Domain
- build-system, mobile
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100