How do you compile an Android project into an .apk file in Eclipse without launching the emulator?

前端 未结 8 1144
再見小時候
再見小時候 2020-12-30 01:47

I\'m just wondering because I have my own seperate method of getting it on my phone via my web server and the emulator is getting annoying popping up every time.

相关标签:
8条回答
  • 2020-12-30 02:26

    by default, eclipse compiles your code into .apk on the fly. .apk is generated in bin directory if i rememered right. This can be cancelled by Project->Build Automatically. then you can build it under the same menu.

    0 讨论(0)
  • 2020-12-30 02:30

    I have just started practicing with eclipse and I tried copying and installing the apk file from the 'bin' directory, onto my nexus 4. It worked perfectly.

    0 讨论(0)
提交回复
热议问题