小编Fra*_*ank的帖子

Android Studio Pre Dexing失败了

我正在尝试从Intellij Idea 12切换到Android Studio 0.2.1目前我的android项目是使用maven-android-plugin设置的.我使用actionbarsherlock作为apklib依赖项.

当我尝试使用Android Studio构建项目时,它在预处理阶段失败了

Error:Android Pre Dex: [xpp3-1.1.4c.jar] trouble processing "javax/xml/namespace/QName.class":
Error:Android Pre Dex: [xpp3-1.1.4c.jar] Ill-advised or mistaken usage of a core class (java.* or javax.*)
Error:Android Pre Dex: [xpp3-1.1.4c.jar] when not building a core library.
Error:Android Pre Dex: [xpp3-1.1.4c.jar] This is often due to inadvertently including a core library file
Error:Android Pre Dex: [xpp3-1.1.4c.jar] in your application's project, when using an IDE (such as
Error:Android Pre Dex: [xpp3-1.1.4c.jar] Eclipse). If you are sure you're not intentionally …
Run Code Online (Sandbox Code Playgroud)

android actionbarsherlock android-studio

6
推荐指数
2
解决办法
5825
查看次数