adb - ls: not found - cannot get ls to work
- by seldon007
Hi
I cannot list files through adb. What am I doing wrong?
Running on Ubuntu.
~$ adb version
Android Debug Bridge version 1.0.26
~$ adb devices
List of devices attached
emulator-5554 device
~$ adb -s emulator-5554 shell
# ls
ls: not found
-Kim