开发问题记录

1.解决端口占用问题

taskkill /f /t /im adb.exe

2.Error:Execution failed for task ':app:processDebugManifest'.> Manifest merger failed : Attribute application@icon value=(@mipmap/ic_launcher) from AndroidManifest.xml:7:9-43is 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"' toelement at AndroidManifest.xml:5:5-18:19 to override.在 AndroidManifest.xml 

文件的节点中添加 tools:replace="android:icon" 属性。

你可能感兴趣的:(开发问题记录)