On Wed, Jun 17, 2009 at 2:20 PM, pawpaw17 <[email protected]> wrote:
> > Guys, > > I'm developing in eclipse. I use the Android tools export facility to > export > a signed .apk file for distribution. You can use 'adb install' to install that APK on your phone. I want to run this either on my G1 or the emulator without eclipse > being > involved. I've already messed up a couple of times and accidentally > tested my > source code rather than the .apk file and am trying to avoid this. What do you mean by "tested the source code"? Source code isn't executable, so you would have to have compiled it in to an APK. On a related note, the export signed .apk facility seems to grab > "stale" stuff sometimes. How do I do a "clean release build" to make > sure > I get the latest code in my release? > > Thanks so much for the help everyone! > > best, > > pawpaw17 > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

