-
Notifications
You must be signed in to change notification settings - Fork 74
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
Android min SDK 16 or 26 ? #171
Comments
Can you share your workaround? i am also facing the same issue |
My bad, I pasted the XML and it was removed
|
i have added this line
now the issue is The prefix "tools" for attribute "tools:overrideLibrary" associated with an element type "uses-sdk" is not bound. |
you need to add this
as an attribute to the manifest tag. So you should end up with something like this:
|
This Worked for me Thank you @jayjac |
I was just wondering what the min sdk was for android? It says reverted back to API 16 but when building with minSdkVersion < 26, I get a manifest merging error saying I need to crank up the minSdkVersion to 26 or later.
In the meantime I have used the directive as a workaround.
Thanks guys.
The text was updated successfully, but these errors were encountered: