On Mon, Jul 12, 2010 at 9:37 AM, folone <[email protected]> wrote: > Probably a stupid question with an obvious answer, but I can't figure > it out by myself. > Tutorial (http://source.android.com/source/using-eclipse.html) says to > go to the root of the downloaded platform, and first start emulator > (it starts successfully), and then run $ddms. But when I'm trying to > do so, it fails: > > ~/mydroid$ ddms > No command 'ddms' found, did you mean: > Command 'dkms' from package 'dkms' (main) > Command 'xdms' from package 'xdms' (universe) > Command 'dds' from package 'dds' (universe) > ddms: command not found > > What am I doing wrong?
ddms is not in your PATH. You will find ddms in the tools/ directory of wherever you installed your SDK. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android App Developer Books: http://commonsware.com/books -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

