How do i run the Android command line tools?

Posted by fordays on Stack Overflow See other posts from Stack Overflow or by fordays
Published on 2010-06-07T21:03:51Z Indexed on 2010/06/08 7:42 UTC
Read the original article Hit count: 216

Filed under:
|
|

I'm still pretty new to Android and programming in general, and I can't seem to get the command line tools packaged with the Android SDK to work. I'm running Mac OSX and each time I try to run layoutopt, for example, the terminal returns, *-bash: cmd: command not found *

Also, is it okay to have my SDK located in the Developer directory and my android project in some unrelated directory when using these tools?

© Stack Overflow or respective owner

Related posts about android

Related posts about command-line