Unable to use the library with minSdkVersion <17
See original GitHub issueimplementation "com.github.piasy:GlideImageLoader:1.6.7"
with minSdkVersion <17 gives
Manifest merger failed : uses-sdk:minSdkVersion 16 cannot be smaller than version 17 declared in library [pl.droidsonroids.gif:android-gif-drawable:1.2.20]
by the way, how did you even fit the minSdk 17 library into minSdk14 library? interesting.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:9 (8 by maintainers)
Top Results From Across the Web
Android build fails for libs with minSdkVersion 17 with react ...
Describe the bug The following command fails after upgrading to RN 0.64 ./gradlew assembleDebug assembleAndroidTest -DtestBuildType=debug ...
Read more >uses-sdk:minSdkVersion 15 cannot be smaller than version ...
1) Go to Build.gradle(Module:app) . · 2) Change minSDKVersion 15 to minSDKVersion 16 . or 17 // 19(for projectfolder/platforms/android/CordovaLib/AndroidManifest ...
Read more ><uses-sdk> | Android Developers
Lets you express an application's compatibility with one or more versions of the Android platform, by means of an API Level integer.
Read more >Manifest merger failed : uses-sdk:minSdkVersion 21 cannot ...
Manifest merger failed : uses-sdk: minSdkVersion 21 cannot be smaller than version 23 declared in library VuforiaEngineFix Manifest merger ...
Read more >[Solved][Flutter] Manifest merger failed : uses-sdk ...
It can be found that the current minSdkVersion is 16, which is consistent with the error message provided. If should be changed to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
But recently I just found that Glide support load gif into normal ImageView, so I’ll remove android-gif-drawable dependency instead.
Ha, nice catch up, I’ll update it later, thank you!