Why doesn't logcat show anything in my Android?

TIMEX picture TIMEX · Feb 12, 2010 · Viewed 143.7k times · Source

Why doesn't logcat show anything in my Android (while developing apps with Eclipse)?

It just doesn't print anything. It's empty.

Answer

MoMo picture MoMo · May 31, 2010

I had this same issue but my fix was much more basic:

If the LogCat panel is empty in Eclipse the emulator doesn't have the focus. Go to the DDMS perspective and try clicking on the 'emulator' entry in the Devices panel (top-left screen).