14

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?

Revolutionair
  • 760
  • 6
  • 19
  • Hell, that's weird... have you tried to unplug your device or restart Eclipse? – Iñigo Jul 15 '12 at 17:57
  • Since I'm forced to restart Eclipse for various reasons quite often, I had tried that one, but now I tried both your suggestions. No luck. – Revolutionair Jul 15 '12 at 18:13
  • Oh... the questionmark part looks remotely familiar to me. Do you know how to get into service mode on your phone? Wiping the cache can help in cases like that. Also turning off and on again debug mode on your phone could be worth a shot... But weird nevertheless – tiguchi Jul 15 '12 at 18:23

3 Answers3

15

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.

Memet Olsen
  • 4,578
  • 5
  • 40
  • 50
  • That just seems the solution, I still don't understand why the problem manifests in this way though. Also this question was apparently asked here before: http://stackoverflow.com/questions/11439821/debugging-issues-android-eclipse – Revolutionair Jul 15 '12 at 19:38
0

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.

Noman Arain
  • 1,172
  • 4
  • 19
  • 45
0

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!

Community
  • 1
  • 1
ItayB
  • 10,377
  • 9
  • 50
  • 77
  • Hahah, I am the one providing the answer for the question you linked to :) I did that after I got the answer here – Revolutionair Dec 26 '12 at 16:23
  • Opps :) sorry about that, I didn't notice.. I didn't try to take credit from you! that's why I add the link to your answer - thank you again for the answer! – ItayB Dec 26 '12 at 22:18