StarWars.Android
StarWars.Android copied to clipboard
Unknown element <library> found
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.
https://github.com/Ramotion/folding-cell-android/issues/48
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 :)