You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was planning to integrate this library to my app. Almost ready. Just to run. And Android Studio say:
Manifest merger failed : uses-sdk:minSdkVersion 16 cannot be smaller than version 19 declared in library [com.github.Zeuskartik:MediaSliderView:1.1] as the library might be using APIs not available in 16
Suggestion: use a compatible library with a minSdk of at most 16,
or increase this project's minSdk version to at least 19,
or use tools:overrideLibrary="com.zeuskartik.mediaslider" to force usage (may lead to runtime failures)
It's not pretty
The text was updated successfully, but these errors were encountered:
I was planning to integrate this library to my app. Almost ready. Just to run. And Android Studio say:
It's not pretty
The text was updated successfully, but these errors were encountered: