Reputation: 51
What I think happened is that logcat is listening for a different emulator that I already closed. How/can I tell logcat the number of the emulator that it is supposed to be displaying errors for?
Upvotes: 0
Views: 53
Reputation: 2618
Click the DDMS tab and in the device tab there should be a "down arrow button" next to the screenshot button. Press that and all the way at the bottom should be reset ADB. Hope this helps.
Upvotes: 1
Reputation: 7516
Select the correct device you want to listen on the Device
view (I uppose you're using eclipse).
If you don't have a Device
view, open it from Window
-> Show View
-> Device
Upvotes: 0