lucius wrote: > Hi, > > I am trying to follow the documentation here for using the > activitycreator script. > It said 'When that command successfully completes, you'll be left with > a file named HelloAndroid.apk under the 'bin' directory. That .apk > file is an Android Package, and can be installed and run in your > emulator using the 'adb' tool.' > > But after I am done, I only get these: > $ ls > HelloAndroid-debug.apk classes > HelloAndroid.ap_ classes.dex > > Can you please tell me if I need to change the script for it to work > on Mac?
HelloAndroid-debug.apk is the debug version of the APK file and is installable in the emulator and on devices via adb. -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Development_ Version 2.0 Available! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

