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.
<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
This seem to be problem with your JVM. Can you update your java and check again. Also check this link
Disable project/build Automatically before export the apk.
project/ clean
worked for me. I think it could be related to the building of the project, as other users have posted.
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.
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:
UPDATE: Few exports after, I still get crashes from time to time, but no very frequently.