Exporting APK from eclipse (ADT) silently crashes

Solution 1:

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

Solution 2:

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

Solution 3:

Disable project/build Automatically before export the apk.

enter image description here