报错:
Error occurred during initialization of VM
Could not reserve enough space for object heap
Could not create the Java virtual machine.
解决:
定位到目录 C:\Users\.gradle
创建文件gradle.properties
内容:org.gradle.jvmargs=-Xmx512m
重启你的Android Studio项目,搞定。