Logcat报错:"Could not create the view: For input string: " " "
原因是在LOGCAT视图中的FILTER名字包含了“:”
解决方法:更改ECLIPSE所在位置的文件
".metadata/.plugins/org.eclipse.core.runtime/.settings/
com.android.ide.eclipse.ddms.prefs" 。将
com.android.ide.eclipse.ddms.logcat.filters 值设置为空即可。当然你也更改已有的FILTER名字。 1 楼 hmjames 2011-01-13 楼主没说文件在workspace文件夹下,我找了半天都没找到。