views:

1681

answers:

1

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?

+1  A: 

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.

Maurits Rijk
After I restart it shows up in Eclipse but I encounter other problems. I posted different questions for those, please answer them.
Pentium10