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

前端 未结 8 1184
再見小時候
再見小時候 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:11

    Do you use Eclipse with Android ADT plugin? If so, you can use Android Tools/Export Signed Application Package to build the app as apk file

提交回复
热议问题