I am using android studio 1.0 RC for 64 bit linux.
android studio 1.0 RC
When I run my application I am getting
\"java.lang.OutOfMemoryError: GC overhead limit
I also have this problem my solution is : Just modify the gradle.properties in the root of your project :
gradle.properties
org.gradle.jvmargs=-XX\:MaxHeapSize\=512m -Xmx512m
the default jvmargs is 256 when you compile a lot of channel apk then will cause this problem !
default jvmargs is 256