Frank-Zhu / PullZoomView

An Android custom ListView and ScrollView with pull to zoom-in.
Apache License 2.0
2.32k stars 624 forks source link

集成后编译报错 #45

Open hexianqiao3755 opened 8 years ago

hexianqiao3755 commented 8 years ago

as编译时出现这个 Error:Execution failed for task ':app:processMallDebugManifest'.

Manifest merger failed : Attribute application@icon value=(@mipmap/ic_launcher) from AndroidManifest.xml:44:9-43 is also present at [com.github.frank-zhu:pullzoomview:1.0.0] AndroidManifest.xml:13:9-45 value=(@drawable/ic_launcher). Suggestion: add 'tools:replace="android:icon"' to element at AndroidManifest.xml:40:5-449:19 to override.

Frank-Zhu commented 8 years ago

@hexianqiao3755 add 'tools:replace="android:icon"' to element at AndroidManifest.xml:

shuhuaxie commented 8 years ago

can also use tools:replace="icon, label" for icon and label Manifest merger failed.