adb - ls: not found - cannot get ls to work

Posted by seldon007 on Stack Overflow See other posts from Stack Overflow or by seldon007
Published on 2010-06-01T18:10:03Z Indexed on 2010/06/01 18:13 UTC
Read the original article Hit count: 478

Filed under:

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

© Stack Overflow or respective owner

Related posts about android-sdk