I just wanted to give a heads up to Linux newbies about the page: http://developer.android.com/guide/tutorials/hello-world.html Unless you have /tools in your system PATH variable, you will need to add ./ to the command android create avd --target 2 --name my_avd so... ./android create avd --target 2 --name my_avd ...or you will get a command not found error. This kinda stumped me for 5 minutes before I realised it was in fact a program I was running. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

