Unable to execute dex: Java heap space Java heap space

前端 未结 5 931
梦谈多话
梦谈多话 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:32

    When facing this problem I found that my eclipse.ini was renamed to _eclipse.ini, thus Eclipse was not able to find it and took to these misbehaviours.

    I renamed it back to eclipse.ini and everything backed to work normally.

提交回复
热议问题