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

Error:Execution failed for task ':app:processDebugManifest'. > Manifest merger failed : uses-sdk:minSdkVersion 9 cannot be smaller than version 14 declared in library [com.android.support:design:26.0.0-alpha1] C:\Users\klightoftheworld\.android\build-cache\076d9e56e1088709047f81c5062558fc68ba759f\output\AndroidManifest.xml Suggestion: use tools:overrideLibrary="android.support.design" to force usage #29

Open
esteemmnSoft opened this issue Sep 5, 2017 · 1 comment

Comments

@esteemmnSoft
Copy link

hi house
please i need help on this issue in my android build.

Error:Execution failed for task ':app:processDebugManifest'.

Manifest merger failed : uses-sdk:minSdkVersion 9 cannot be smaller than version 14 declared in library [com.android.support:design:26.0.0-alpha1] C:\Users\klightoftheworld.android\build-cache\076d9e56e1088709047f81c5062558fc68ba759f\output\AndroidManifest.xml
Suggestion: use tools:overrideLibrary="android.support.design" to force usage

@swm888
Copy link

swm888 commented Oct 18, 2017

Hello,
Please try change uses-sdk in AndroidManifest.xml like this.
<uses-sdk android:minSdkVersion="14"></uses-sdk>

您好,
请尝试将AndroidManifest.xml下面的 用户sdk标签的最低版本设置为 14 以上

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

No branches or pull requests

2 participants