The moose likes Android and the fly likes ls command not recognized Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Mobile » Android
Reply Bookmark "ls command not recognized" Watch "ls command not recognized" New topic
Author

ls command not recognized

sameera liyanage
Ranch Hand

Joined: Nov 25, 2008
Posts: 597
I am reading a Pro Android 3 book.In that book page 94(Content provide chapter) i ask to type command line below command to see the list of databases.
ls -l

this is for not linux.It is for windows Os.but when i type it gives me below error.
Peter Johnson
author
Bartender

Joined: May 14, 2008
Posts: 4875

Two pages earlier the book says to run the adb shell, thus this command is to be entered into that shell. It looks like you entered the command into a command prompt window.

By the way, I moved you question here from General Computing because the question is Android related.


JBoss In Action
 
 
subject: ls command not recognized
 
Threads others viewed
Generics replace doubt
Convert Integer List to int array
using command "ls *.report" in java
Configuration problem
hibernate criteria
MyEclipse, The Clear Choice