Today I tried to deploy my android app from my mac to a usb connected device. It has always worked but today eclipse frooze and returned;
Unable to execute dex: Java heap space
Java heap space
After a couple minutes.
My eclipse.ini has these memory properties:
-XX:MaxPermSize=1536m -Xms40m -Xmx1536m
Isn't this enough? And yeah my RAM is 8GB running Mountain Lion.
Cheers!