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

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

    I had a problem that it would not build an APK for me (without Running) after I installed the latest SDK and latest Eclipse (Indigo 371).

    Try this:

    Go to Windows -> Preferences -> Android -> Build and uncheck "Skip packaging and dexing until export or launch" then restart Eclipse.

    Now when you do Build Project you should get an APK

提交回复
热议问题