When I try to Run my app, I am getting this error:-
Error:Execution failed for task \':app:dexDebug\'. > com.android.ide.common.process.ProcessException:
Edit gradle.properties file. change this line:
org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
to:
org.gradle.jvmargs=-Xmx1024m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8