In eclipse the DDMS View shows both, my device AND the emulator.
When i type adb devices in the console, it kills the adb server, then restarts it and only shows me the emulator.
It does not make a difference if i start the console as user or admin.
I would like to be able to use adb in the console.
Anybody out there having the same issue and solved it?
adb is in android-sdk-location\ platform-tools
ddms is in android-sdk-location\ tools.
You must set visibility of this directories on your $PATH.
Is possible you have more than one adb
and when you start it from console,
it is executed from another path … and from there your problem.
Verify “echo $PATH$” in your console.
Verify in $PATH there are “platform-tools” and “tools” also.
Verify if there is more than one adb on directories declared on your $PATH.
I hope this help you.