Unable to execute dex: Java heap space Java heap space

前端 未结 5 932
梦谈多话
梦谈多话 2021-02-05 02:30

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

5条回答
  •  再見小時候
    2021-02-05 02:50

    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.

提交回复
热议问题