Yalantis / StarWars.Android

This component implements transition animation to crumble view into tiny pieces.
https://yalantis.com/blog/star-wars-the-force-awakens-or-how-to-crumble-view-into-tiny-pieces-on-android/
MIT License
1.94k stars 303 forks source link

Unknown element <library> found #6

Open f3401pal opened 7 years ago

f3401pal commented 7 years ago

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 commented 7 years ago

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

praba1989 commented 6 years ago

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

Yaguedid commented 5 years ago

You need simply to add this to your Android manifest

<library tools:node="removeAll" />

hope it helps :)