question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to use the library with minSdkVersion <17

See original GitHub issue
implementation "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:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:9 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
Piasycommented, Oct 1, 2020

But recently I just found that Glide support load gif into normal ImageView, so I’ll remove android-gif-drawable dependency instead.

1reaction
Piasycommented, Oct 1, 2020

Ha, nice catch up, I’ll update it later, thank you!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found