Android Studio path to different directories

后端 未结 2 2060
星月不相逢
星月不相逢 2021-02-05 15:54

Today I wanted to clean my SSD on which Windows is installed, and I found under C:\\Users\\SonneXo a folder (1.6 GB), which I wanted to change: .Android

2条回答
  •  旧巷少年郎
    2021-02-05 16:07

    Since Android Studio 1.4 you don't need to override system's idea.properties. You can create your idea.properties with only that overrides, that you need.

    For me, it is:

    idea.properties at %USERPROFILE%\.{FOLDER_NAME}\idea.properties

    idea.config.path=d:/Android/AndroidStudio/config/
    idea.system.path=d:/Android/AndroidStudio/system/
    

    You can read full instruction by Google at http://tools.android.com/tech-docs/configuration

    EDIT:
    File idea.properties at %USERPROFILE%\.{FOLDER_NAME}\ is not created automaticcaly. You need to create it manually.

提交回复
热议问题