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

江枫思渺然 提交于 2019-11-27 20:41:29

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.

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.

ItayB

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!

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