Closed susuzero closed 9 years ago
问题解决,在contentView中加入android:background属性即可,至于为什么会这样就不知道了。 Gradle中添加依赖依然有问题 Error:Execution failed for task ':app:processDebugManifest'.
Manifest merger failed : Attribute application@icon value=(@mipmap/ic_launcher) from AndroidManifest.xml:15: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:12:5-122:19 to override
@susuzero 好的,我处理一下gradle依赖,感谢反馈!
Error:Execution failed for task ':app:processDebugManifest'.
Manifest merger failed : Attribute application@icon value=(@mipmap/ic_launcher) from AndroidManifest.xml:15: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:12:5-122:19 to override
这个问题as已经给出建议了,在manifest.xml里加tools:replace="android:icon
很感谢提供这么酷的控件,但在使用中遇到一些问题 英文比较烂,描述就直接写中文了 我在Activity中仅有此控件:PullToZoomScrollViewEx 但是呈现结果却不尽人意,zoomView被遮挡,且图片高度较高的情况下无法正常缩放
代码如下如下 MainActivity
activity_main.xml
contentView
zoomView
headerView
顺便说一句,Gradle添加有问题,Manifest提示错误