Why is LogCat showing all items as warnings (orange)?

匆匆过客 提交于 2019-12-17 15:57:07

问题


Eclipse is acting strange. It shows every single log item as a warning (orange). Furthermore, each one's Time is '?:??', PID is '?', and Tag is also '?'.

Screenshot below


回答1:


Your Eclipse or SDK seems to be outdated, just update it.

You are probably testing your app with an Android version (4.1??) which isn't fully supported by your current SDK version.




回答2:


Please make sure that the device is online and it is selected in the DDMS and this is the one you are installing your application on.




回答3:


I had this problem too, I found the solution here - try to update you SDK ! In Eclipse go to 'Android SDK Manager' and try to update 'Android SDK Tools' & 'Android SDK Platform-tools'. Note: It may ask you to update your ADT as well...

By the way, it's happend to me when I updated my android device to 4.1 Jelly Beans

Hope that helps,

Cheers!



来源:https://stackoverflow.com/questions/11494257/why-is-logcat-showing-all-items-as-warnings-orange

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!