Ok. So, I am having a constant issue while trying to run my application to either the emulator or export a signed apk for testing. No matter what I do, I constantly get this issue:
This is what the memory allocation looks like while it is trying to load:
I have followed Every single how to: and advice guide I can, including the following links:
1) How can I increase the JVM memory?
2) Increase JVM max heap size for Eclipse
3) Conversion to Dalvik format failed: Unable to execute dex: Java heap space
4) http://wiki.eclipse.org/FAQ_How_do_I_increase_the_heap_size_available_to_Eclipse%3F
But no matter what I do, I cannot get it to work and I am pulling my hair out trying to make it work...
Here is a screenshot of my Eclipse.ini file below:
Also, I have uninstalled and reinstalled the Eclipse ADT thinking that might fix it.
If someone can help me figure out what I am doing wrong, I would greatly appreciate the help as I have spent the past 6 hours trying to fix this so I can continue debugging even more issues :/
-Silmarilos