Code Cube
Code Cube

Reputation: 51

Android Eclipse set logcat to receive input from emulator

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

Answers (2)

Sagar D
Sagar D

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

Simon Marquis
Simon Marquis

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

Related Questions