When I develop the project using eclipse the .apk file goes on emulator. But I want upload my appl on server Is there any tool to build .apk file. what is process.
Or it possible to pull .apk file from emulator to pc,
Regards jagtap
The apk file is first created in your "bin" directory of your project. You can find it there.
Note that you need to manually sign the apk file if you want to publish it.
Peli
The apk file is first created
The apk file is first created in your "bin" directory of your project. You can find it there.
Note that you need to manually sign the apk file if you want to publish it.
Peli