2359media / EasyAndroidAnimations

Apache License 2.0
1.39k stars 313 forks source link

Android Manifest build error #16

Closed ngheungyu closed 9 years ago

ngheungyu commented 9 years ago

When i follow the guide to include the project, it builds with error:

Error:(33, 9) Attribute application@theme value=(@style/Theme.MyAppTheme) from AndroidManifest.xml:33:9 Error:(33, 9) Execution failed for task ':app:processDebugManifest'.

Manifest merger failed : Attribute application@theme value=(@style/Theme.MyAppTheme) from AndroidManifest.xml:33:9 is also present at com.github.2359media:EasyAndroidAnimations:0.8:15:9 value=(@style/AppTheme) Suggestion: add 'tools:replace="android:theme"' to element at AndroidManifest.xml:28:5 to override

adding 'tools:replace="android:theme" would not work

beprogressive commented 9 years ago

Same problem:(

m-radzikowski commented 9 years ago

My #15 Pull Request resolves this problem. For know I'm waiting for owner to merge this, until then you could download repo with my fix and add it as module to Android project.

umairvatao commented 9 years ago

Thanks m-radzikowski for your commit. Merged!

freebumba27 commented 8 years ago

dependency still not updated @umairvatao