我有很多痛苦让我的一些Android项目在eclipse 4.2上运行,它们在Indigo中运行良好,但在Juno中没有那么多.
我正在使用android maven插件,它们也可以在控制台上正常运行
mvn android:run
Run Code Online (Sandbox Code Playgroud)
但在将项目导入Juno后,我收到以下错误
An internal error occurred during: "Importing Maven projects".
com/android/io/StreamException
Run Code Online (Sandbox Code Playgroud)
和
WARNING: unable to write jarlist cache file /path-to-project-bin/jarlist.cache
Run Code Online (Sandbox Code Playgroud)
然后在尝试运行项目时,我在控制台中收到以下错误
R.java was modified manually! Reverting to generated version!
Run Code Online (Sandbox Code Playgroud)
并且应用程序在启动时崩溃.
有没有人见过与Juno类似的问题?