Android Development in Eclipse: Java Heap Out Of Memory Error

Q: I am evaluating your product for an android application, but I am unabe to compile. Every time, it is throwing a java heap out of memory exception. A: We have found that, for any Android development, it is necessary to increase Eclipse’s VM size. Change your eclipse.ini file to include the following arguments: -XX:MaxPermSize=1024M […]

Read More