我添加了 API 级别 4 及以上的支持库,如下链接所示:http: //developer.android.com/tools/extras/support-library.html
我的代码正在运行。但是突然之间,它开始显示以下错误:
"Could not read jar file contents from \FooBar\libs\android-support-v4.jar"
可能是什么原因?
编辑:它也显示以下错误:
"Unable to update index for central|http://repo1.maven.org/maven2
"
还有一些这样的警告->
"While loading class "com.android.ide.eclipse.adt.internal.resources.manager.GlobalProjectMonitor$IResourceEventListener", thread "Thread[main,6,main]" timed out waiting (5003ms) for thread "Thread[org.eclipse.jdt.internal.ui.text.JavaReconciler,1,main]" to finish starting bundle "com.android.ide.eclipse.adt_20.0.3.v201208082019-427395 [351]". To avoid deadlock, thread "Thread[main,6,main]" is proceeding but "com.android.ide.eclipse.adt.internal.resources.manager.GlobalProjectMonitor$IResourceEventListener" may not be fully initialized."
更新:我以为我修复了它,但问题不断出现。