You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
401 B
Markdown
15 lines
401 B
Markdown
# Android Studio
|
|
|
|
* change location of `C:/Users/user/.AndroidStudio4.0`
|
|
* Open `D:\Program Files\Android\Android Studio\bin\idea.properties`
|
|
|
|
```text
|
|
idea.config.path=E:/AndroidHome/.AndroidStudio4.0/config
|
|
|
|
idea.system.path=E:/AndroidHome/.AndroidStudio4.0/system
|
|
```
|
|
|
|
* change location of SDK `c:/Users/user/.android`
|
|
* add environment variable `ANDROID_SDK_HOME=E:/AndroidHome`
|
|
|