Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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

LogCat, what the hell man?

like image 259
Revolutionair Avatar asked Jul 15 '12 17:07

Revolutionair


1 Answers

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.

like image 129
Memet Olsen Avatar answered Oct 11 '22 01:10

Memet Olsen