Hi Izzy - Android SDK works fine at the command line - just install
Ant and Java (see http://developer.android.com/sdk/1.5_r3/requirements.html).

Sounds like you don't have Java installed correctly.  Make sure Java
is installed by typing this at the command line -

    java -version

Then create an AVD on the command like this -

    create avd -t 3 -n my_avd

And run the emulator on the command like this -

    emulator -logcat "*:v" -avd my_avd

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to