"Project->clean" to clean the project.
"Project->Build Automatically" to build it.
Right click on project in the package explorer, "Android Tools->Export
Singed Application Package...."

Remember where you save the .apk file.

Start the emulator manually. <SDK_dir>/tools/emulator

<SDK_dir>/tools/adb install -r <path_to_your_apk>/yourapp.apk

Hope this helps,
Balwinder Kaur
Open Source Development Center
·T· · ·Mobile· stick together

The views, opinions and statements in this email are those of the
author solely in their individual capacity, and do not necessarily
represent those of T-Mobile USA, Inc

On Jun 17, 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.
>
> 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.
>
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to