views:

107

answers:

1

I am almost done with my project in android, now I want to make the executable version of the application.

I need to demonstrate it in .exe form as soft app as on emulator, not by built and debug process from eclipse.

need immediate idea

+1  A: 

You'll need to do some legwork:

  1. Create the .apk bundle
  2. Create an Android virtual device
  3. Boot your emulator
  4. Install your .apk into the emulator.
  5. Create a batch file to launch the emulator with the correct AVD, place the zip file somewhere prominent
  6. Zip up the whole works, and distribute that.
Yann Ramin
can you explain 5th point in detail, I didn't get you
rob