How can I see the error log (logcat) for Android in Eclipse?

jul picture jul · May 19, 2010 · Viewed 31.2k times · Source

How / where can I see what happened when my Android application crashes in Eclipse (using Run, not Debug)?

Answer

aioobe picture aioobe · May 19, 2010

Window → Show View → Other, then select Android / LogCat



enter image description here enter image description here

(If you already see the view, but it doesn't seem to show the correct / up-to-date output, try reselecting the desired device in the devices view.)