Android开发经验谈

Android studio 下把项目作为module导入另外一

2019-02-09  本文已影响4人  浅吟且行的时光

1.把要导入的项目变为module

Error:Execution failed for task ':app:processDebugManifest'.
> Manifest merger failed with multiple errors, see logs

解决办法:
在主项目的manifest文件下的根标签中添加xmlns:tools="http://schemas.android.com/tools"
application标签下添加 tools:replace="Android:icon, android:theme"

2.需要注意的问题

NoSuchFieldError: No static field listView1 of type I in class Lcom/disdemo/R$id; or its superclasses
上一篇 下一篇

猜你喜欢

热点阅读