怎么点的Andr​​oid工作室的设置位置不同的自定义位置?位置、自定义、不同、工作室

2023-09-03 21:28:43 作者:单手花式解胸罩

我有以下问题。我有两个机器人工作室在我的系统。一个是稳定版本和另一个是金丝雀版本。当我更新了他们,不幸的是我在完整安装屏幕搞砸了。它要求从自定义位置导入设置,我给了错误的位置。

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 up in the 'Complete Installation' screen. It asked for importing settings from custom location and I gave the wrong location.

最初由金丝雀版本指向 C:\用户\ myUserName.AndroidStudio preview1.4 并稳定版本是指向 C:\ Users \用户myUserName.AndroidStudio1.4 。但更新后两者都指向 C:\ Users \用户myUserName.AndroidStudio1.4

Initially by Canary version was pointing to C:\Users\myUserName.AndroidStudioPreview1.4 and Stable version was pointing to C:\Users\myUserName.AndroidStudio1.4. But after the update both are pointing to C:\Users\myUserName.AndroidStudio1.4.

这一点,因为有这么多的问题。我希望我的金丝雀版本指向 C:\用户\ myUserName.AndroidStudio preview1.4 。我该怎么做呢?

Because of this there are so many problems. I want my Canary version to point to C:\Users\myUserName.AndroidStudioPreview1.4. How do i do that?

推荐答案

我找到了解决办法。

转至您安装Android的一室公寓(最有可能在程序文件),你的金丝雀版本的文件夹。 进入bin文件夹 开启双方的 studio.exe.vmoptions 和 studio64.exe.vmoptions 在文本编辑器。 在,更改以下行 -Didea.paths.selector = AndroidStudio1.4 为 -Didea.paths.selector = AndroidStudio preview1.4 。或者您想要任何其他设置的文件夹。 Go to the folder where you installed your Canary version of Android Studio (most likely in Program Files). Go to bin folder Open both studio.exe.vmoptions and studio64.exe.vmoptions in a text editor. 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.

完美的作品。