我在此链接中添加了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."
更新:我以为我修好了,但问题不断重演。