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= 

  • 相关阅读:
    补充下前期的信息收集
    上传到github
    burp添加插件
    github加速
    bestphp's revenge[详解]
    [网鼎杯 2018]Comment
    UNCTF2020
    CTFshow web入门 (php特性)
    CTFshow web入门 (文件包含)
    CTFshow web入门 (爆破)
  • 原文地址:https://www.cnblogs.com/crane13/p/3150183.html
Copyright © 2011-2022 走看看