How to point settings location of Android Studio to a different custom location?

后端 未结 1 646
傲寒
傲寒 2021-01-24 09:19

I have the following problem. I have two Android Studio in my system. One is the stable version and the other is the Canary version. When I updated them, unfortunately I messed

1条回答
  •  情话喂你
    2021-01-24 09:53

    I found out the solution.

    1. Go to the folder where you installed your Canary version of Android Studio (most likely in Program Files).
    2. Go to bin folder
    3. Open both studio.exe.vmoptions and studio64.exe.vmoptions in a text editor.
    4. In that, change the following line -Didea.paths.selector=AndroidStudio1.4 to -Didea.paths.selector=AndroidStudioPreview1.4. Or to any other Setting folder that you want.

    Works perfectly.

    0 讨论(0)
提交回复
热议问题