Skip to content

Instantly share code, notes, and snippets.

@yung-yu
Created January 16, 2019 07:25
Show Gist options
  • Save yung-yu/e0af8bb2b4174f3758fea2e13a8f401f to your computer and use it in GitHub Desktop.
Save yung-yu/e0af8bb2b4174f3758fea2e13a8f401f to your computer and use it in GitHub Desktop.
Android studio use cache path
環境 windows 7
設定環境變數
andorid sdk cache path
資料夾 :.android
ANDROID_SDK_HOME : path
Gradle cache path
資料夾 :.gradle
GRADLE_USER_HOME
android studio cache path
資料夾: .AndroidStudio
安裝路徑\Android stuido\bin\idea.properties
idea.config.path=D:/.AndroidStudio/config
idea.system.path=D:/.AndroidStudio/system
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment