How to build an APK file in Eclipse?

sean picture sean · Jan 5, 2011 · Viewed 536.5k times · Source

When I develop the project using Eclipse, the APK file goes on the emulator. But I want to upload my application to a real device. Is there a tool to build an APK file?

What is the process? Or is it possible to pull the APK file from the emulator?

Answer

anta40 picture anta40 · Jan 5, 2011

When you run the project on the emulator, the APK file is generated in the bin directory. Keep in mind that just building the project (and not running it) will not output the APK file into the bin directory.