Android studio reference

Delete Modual

AndroidStudio是基于社区版开发的,不能直接删除Module,删除方法:.idea目录下modules.xml删除对应的module,再command + delete就马上生效了。

Upgrade 

Win版修改\bin\studio.exe.vmoptions(64位系统修改\bin\studio64.exe.vmoptions),添加两行

-Didea.updates.url=https://dl.google.com/android/studio/patches/updates.xml

-Didea.patches.url=https://dl.google.com/android/studio/patches/

Mac和Linux版可以直接修改环境变量

$ bin/studio"$ export REQUIRED_JVM_ARGS="-Didea.updates.url=https://dl.google.com/android/studio/patches/updates.xml -Didea.patches.url=https://dl.google.com/android/studio/patches/"