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= 

  • 相关阅读:
    代码 自动化部署
    java 反射工具
    springBoot 简化读取配置 Configuration Processor
    docker 安装redis
    怎么用mybatis
    shiro框架
    Nginx 负载均衡的几种方式
    CSS Reset
    两种CSS3圆环进度条详解
    兼容全浏览器的本地图片预览
  • 原文地址:https://www.cnblogs.com/crane13/p/3150183.html
Copyright © 2011-2022 走看看