StarWars.Android icon indicating copy to clipboard operation
StarWars.Android copied to clipboard

Unknown element <library> found

Open f3401pal opened this issue 6 years ago • 3 comments

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.

f3401pal avatar Sep 20 '17 17:09 f3401pal

https://github.com/Ramotion/folding-cell-android/issues/48

f3401pal avatar Sep 20 '17 17:09 f3401pal

Any update on this. Still I am facing this issue..

praba1989 avatar Aug 10 '18 05:08 praba1989

You need simply to add this to your Android manifest

<library tools:node="removeAll" />

hope it helps :)

Yaguedid avatar Feb 26 '19 20:02 Yaguedid