A wrote: I've compiled a simple .class file and cobbled together > a manifest. I now want to try to run the program in the emulator. > However it's not running. > > First I run the emulator with "emulator -avd my_avd". > That starts up fine. > > Then I create a jar file with "jar cf HelloAndroid.jar > AndroidManifest.xml".
<snip> > Can anyone explain why this is not working? > > I would greatly prefer learn how to do things from the command line. Here is the non-Eclipse build documentation: http://developer.android.com/guide/developing/other-ide.html -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy _Android Programming Tutorials_ Version 1.0 In Print! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

