1.Android Studio版本
2.报错
3.解决方案
修改 Android Studio\bin\studio64.exe.vmoptions JVM相关配置大小
#
# *DO NOT* modify this file directly. If there is a value that you would like to override,
# please add it to your user specific configuration file.
#
# See http://tools.android.com/tech-docs/configuration
#
-Xms2g
-Xmx4g
-XX:ReservedCodeCacheSize=1g
-XX:+UseG1GC
-XX:SoftRefLRUPolicyMSPerMB=100
-da
-Djna.nosys=true
-Djna.boot.library.path=
#-Djna.debug_load=true
#-Djna.debug_load.jna=true
-Dsun.io.useCanonCaches=false
-Djava.net.preferIPv4Stack=true
-Didea.paths.selector=AndroidStudio2.3
-Didea.platform.prefix=AndroidStudio
-Didea.jre.check=true