I keep getting
ADB rejected shell command (ls -l /data):
and the command prompt when running adb shell tells me error: device not found although the emulator is open.
What I am doing wrong?
| show 3 more comments |
|
I assume you run adb from the command-line. Just do a adb kill-server and a adb start-server. After that your device(s) should be visible. |
|||
|
List of devices attached: None), how is that possible? (It was launched when I hit Debug in Eclipse) – Pentium10 Feb 10 '10 at 10:39