I am getting Unable to execute dex: Java heap space Java heap space error while executing web driver script in Eclipse IDE. I have configured Eclipse IDE with Android SDK and AV
Change -Dosgi.requiredJavaVersion=1.5 to
-Dosgi.requiredJavaVersion=1.6
if your eclipse project is using java compiler 1.6. I just solved this problem.