Exporting APK from eclipse (ADT) silently crashes

前端 未结 8 2051
生来不讨喜
生来不讨喜 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 10:59

    may be you should try to add execute authority . you can try something like this

    first close auto-build

    cd /home/your name/android-dev/sdk/tools/

    sudo chmod +x zipalign

    done and good luck to you

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

    This seem to be problem with your JVM. Can you update your java and check again. Also check this link

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

    Disable project/build Automatically before export the apk.

    enter image description here

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

    project/ clean worked for me. I think it could be related to the building of the project, as other users have posted.

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

    I used the disable Build Automatically for months now, until I realized that AWS plugins were slowing down the entire launch process. I uninstalled all AWS plugins from Help->InstallationDetails and everything now works perfectly as before. I do not need to disable Build Automatically any more.

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

    The problem has gone until I have update ADT and Eclipse. I don't know which one solve the issue. Now it's working smoothly for severeal signed export, with:

    • ADT Version: 22.2.1.v201309180102-833290
    • Eclipse Juno Service Release 2 Build id: 20130225-0426
    • Gentoo Linux running Java 1.7.0_45-b18.

    UPDATE: Few exports after, I still get crashes from time to time, but no very frequently.

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