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
You said
I also increased the -Xms200m to -Xmx512m
-Xms200m and -Xmx512m are two different things. Maybe you wanted to say
from -Xms200m to -Xms512m
and
from -Xmx200m to -Xmx512m