We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The <library> tag in the AndroidManifest.xml causes compile error on Android Studio 3.0 with Gradle 3.0.0-beta6. Please remove that line.
<library>
AndroidManifest.xml
The text was updated successfully, but these errors were encountered:
Ramotion/folding-cell-android#48
Sorry, something went wrong.
Any update on this. Still I am facing this issue..
You need simply to add this to your Android manifest
<library tools:node="removeAll" />
hope it helps :)
Successfully merging a pull request may close this issue.
The
<library>
tag in theAndroidManifest.xml
causes compile error on Android Studio 3.0 with Gradle 3.0.0-beta6. Please remove that line.The text was updated successfully, but these errors were encountered: