zoukankan      html  css  js  c++  java
  • AndroidEclipse:Logcat用不了Could not create the view: For input string:name

    使用Eclipse开发android应用,但突然logcat用不了了!报错:Could not create the view: For input string:name。使用不了logcat调试程序!遂网上求解:

    出此错的原因是Logcat视图中的filter包含了“:”

    解决方法是:更改eclipse的工作空间(workspace)中的文件“.metadata/.plugins/org.eclipse.core.runtime/.settings/com.android.ide.eclipse.ddms.prefs”。将com.android.ide.eclipse.ddms.logcat.filters值设为空即可。

    #Tue Jul 19 18:33:04 CST 2011 
    threadPanel.stack.col0=117 
    emulatorControl.waypoint.desc=111 

    emulatorControl.track.first=129 

    com.android.ide.eclipse.ddms.logcat.message=2040 

    emulatorControl.waypoint.elevation=57 

    com.android.ide.eclipse.ddms.explorer.permissions=75 

    com.android.ide.eclipse.ddms.explorer.time=45 
    com.android.ide.eclipse.ddms.logcat.filters=bearing\:\:2\:bearing\:| 


    最后一行改为:com.android.ide.eclipse.ddms.logcat.filters= 

  • 相关阅读:
    JSP第二次作业
    软件测试课堂练习
    内容提供者读取短信信息
    购物车
    第六周jsp
    第四周jsp
    第一周 软件测试
    第八次安卓
    安卓第七次作业
    安卓第六次作业
  • 原文地址:https://www.cnblogs.com/crane13/p/3150183.html
Copyright © 2011-2022 走看看