If you are developing in Eclipse, the ADT plugin incrementally builds your project as you
make changes to the source code. Eclipse outputs an
.apk
file automatically to the bin folder of
the project, so you do not have to do anything extra to generate the .apk
.
Building and Running from android.com
How to Create Android Apps - Eclipse Export .apk Market Ready Files
or
When you run the project on the emulator, the .apk is generated on the bin directory.
or
For testing on device, you can connect the device using USB and run from eclipse just as emulator.
If you need to distribute the app, then use the export feature:
Then follow instructions. You will have to create a key in the process.
Most easily answers:- http://stackoverflow.com/questions/4600891/how-to-build-apk-file
If you need to distribute the app, then use the export feature:
Then follow instructions. You will have to create a key in the process.
Most easily answers:- http://stackoverflow.com/questions/4600891/how-to-build-apk-file
Another easily getting apk file . Here is the link: How To Create .APK Files for Android Phone
0 comments
Thanks for your comment