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

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

    I had a similar problem but it didn't rebuild the apk file automatically or manually without running the emulator..

    You have to make sure that there are no errors (warnings are okay) on any of your projects in the workspace!! after that, check the Build Automatically option in Project tab in Eclipse! from now on, Eclipse will automatically compile your project to apk all the tim

提交回复
热议问题