Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

com.android.support:support-v4:27.1.1 requires SDK 14. #598

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

micolous
Copy link

@micolous micolous commented Sep 8, 2018

com.android.support:support-v4:27.1.1 requires SDK 14. GraphView indicates that it supports SDK 9. This results in the following error:

> Manifest merger failed : uses-sdk:minSdkVersion 9 cannot be smaller than version 14 declared in library [com.android.support:support-v4:27.1.1] /home/travis/.gradle/caches/transforms-1/files-1.1/support-v4-27.1.1.aar/7af6945e1428faff7accdcdf1fa9678d/AndroidManifest.xml as the library might be using APIs not available in 9
  Suggestion: use a compatible library with a minSdk of at most 9,
     or increase this project's minSdk version to at least 14,
     or use tools:overrideLibrary="android.support.v4" to force usage (may lead to runtime failures)

This pull request bumps minSdkVersion to 14.

> Manifest merger failed : uses-sdk:minSdkVersion 9 cannot be smaller than version 14 declared in library [com.android.support:support-v4:27.1.1] /home/travis/.gradle/caches/transforms-1/files-1.1/support-v4-27.1.1.aar/7af6945e1428faff7accdcdf1fa9678d/AndroidManifest.xml as the library might be using APIs not available in 9
  Suggestion: use a compatible library with a minSdk of at most 9,
     or increase this project's minSdk version to at least 14,
     or use tools:overrideLibrary="android.support.v4" to force usage (may lead to runtime failures)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant