Exporting APK from eclipse (ADT) silently crashes

前端 未结 8 2053
生来不讨喜
生来不讨喜 2020-12-12 10:36

Every time I try to export an APK from Eclipse (tried Juno and Indigo) on Mac, eclipse crashes after a few seconds

This used to work fine on my current setup.

<
相关标签:
8条回答
  • 2020-12-12 11:15

    Disable Project->Build Automatically. I've noted that this works for me.

    0 讨论(0)
  • 2020-12-12 11:21

    Disable Project/Build Automatically when you are exporting

    I think is a problem of Eclipse unable to detect the Android command is still working or something similar.

    Of course there is ever the option of APK generation using Ant outside Eclipse you can generate an Ant build.xml from your Eclipse project more info in official Android docs

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