首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > 移动开发 >

Logcat报错:"Could not create the view: For input string: " " "

2012-09-05 
Logcat报错:Could not create the view: For input string: 原因是在LOGCAT视图中的FILTER名字包含

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文件夹下,我找了半天都没找到。

热点排行