【发布时间】:2014-01-30 07:17:39
【问题描述】:
当我将 appcompat 项目添加为库时,出现以下错误:
- found 2 versions of android-support-v4.jar in the dependency list appcompat in android.
- `aapt.exe` has stop working.
如何解决?
【问题讨论】:
-
你的应用和库的jar版本不一样,要一样。
标签: android android-library android-appcompat