Narfss / ParallaxEverywhere

Parallax everywhere is a library with alternative android widgets with parallax effects.
MIT License
714 stars 96 forks source link

aar manifest causing headaches #3

Closed mikelpr closed 9 years ago

mikelpr commented 9 years ago

the lib includes an unnecessary <application> tag in its AndroidManifest.xml and its children are confusing my build

[warn] <projectdir>/src/main/AndroidManifest.xml:12:9 Error:
[warn]  Attribute application@icon value=(@drawable/android:star_big_on) from AndroidManifest.xml:12:9
[warn]  is also present at <projectdir>/target/aars/com.fmsirvent-parallaxeverywhere-1.0.1:11:9 value=(@drawable/ic_launcher)
[warn]  Suggestion: add 'tools:replace="android:icon"' to <application> element at AndroidManifest.xml:10:5 to override
[warn] <projectdir>/src/main/AndroidManifest.xml:11:9 Error:
[warn]  Attribute application@label value=(Macroid Starter) from AndroidManifest.xml:11:9
[warn]  is also present at <projectdir>/target/aars/com.fmsirvent-parallaxeverywhere-1.0.1:12:9 value=(@string/app_name)
[warn]  Suggestion: add 'tools:replace="android:label"' to <application> element at AndroidManifest.xml:10:5 to override
[trace] Stack trace suppressed: run last android:processManifest for the full output.
[error] (android:processManifest) Manifest merger failed with multiple errors, see logs
yucombinator commented 9 years ago

Same issue here

Narfss commented 9 years ago

Hi:

Sorry. I can't reproduce the error. But I think that I solve it. Please check the new version: 'com.fmsirvent:parallaxeverywhere:1.0.2'

Thanks.

mikelpr commented 9 years ago

thanks <3