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

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

    Not sure if I understand your question right, but you can create an .apk file without running by right clicking your project, and then selecting Export. The Android Application option should be available to you.

提交回复
热议问题