![]() | 1 Flywith24 2020-05-08 13:57:29 +08:00 我今天更新了,windows 版本,通过 toolbox 更新的。一切正常 |
2 Cavolo 2020-05-08 14:02:18 +08:00 这头像,还以为在推特 |
![]() | 4 yuyueMJ 2020-05-08 14:11:51 +08:00 开门,送水的 |
![]() | 5 Kaier 2020-05-08 14:13:00 +08:00 这头像吃枣 |
![]() | 9 huntrue 2020-05-08 14:29:57 +08:00 你这头像不是很符合社会主义核心价值观啊 |
![]() | 11 Flywith24 2020-05-08 16:01:06 +08:00 不好意思,我安装成功了,但没打开。打开发现也遇到你的问题了,应该是个共性的问题,回去用 mac 试试 |
13 StephenDev 2020-05-08 16:29:22 +08:00 我也遇到了,通过 toolbox 更新的,已经回退了,等 canary 10 吧。 |
14 CodeGou OP @StephenDev 我回退失败了,直接卸载 9,然后在 toolbox 里就找不到安装 8 的位置了。现在是从官网下了个 8 解压安装的。 |
![]() | 15 Resource 2020-05-08 19:10:47 +08:00 |
![]() | 16 O3CoHvmTT3M8IX7o 2020-05-08 22:00:39 +08:00 via Android 解决了吗,我回退了 |
17 CodeGou OP ![]() @Kyouha @flywith24 @StephenDev 解决方法来了。问题是新版本中的插件与本地设置中保留的插件列表冲突了导致的。删掉本地设置中的 kotlin 插件就可以了。插件的位置在 Windows:C:\Users\You\AppData\Roaming\Google\AndroidStudioPreview4.1 linux:~/.AndroidStudioPreview41 mac:~/Library/Application Support/Google/AndroidStudioPreview4.1 删掉目录中的 kotlin 文件夹,就可以打开新版本了。 不过开发人员也说他们在解决这个问题,所以也可以等下个版本。 |
![]() | 19 O3CoHvmTT3M8IX7o 2020-05-10 14:17:45 +08:00 @CodeGou 这样做 Kotlin 插件就更新不了了 |
![]() | 21 codekiddle 2020-05-11 15:33:28 +08:00 很多插件 出现版本不匹配问题 |
22 CodeGou OP @codekiddle 嗯 ,我这边也出现了,诸如:Gsonformat adbwifi ,主要是新版的 as 是构建在 idea2020.1 版本上的,所以出现了不适配的问题 |
23 CodeGou OP @codekiddle [Because there is no Kotlin plugin compatible with Canary 9 currently available from JetBrains, we have bundled our own Kotlin plugin with the Canary 9 update, so you don't need to manually install a Kotlin plugin.] 这次安装报错也是因为原来的 kotlin 插件与 canary 9 不匹配,所以 studio 开发者就内置了一个 kotlin 插件,所以就冲突了。 |
24 CodeGou OP @Kyouha [Because there is no Kotlin plugin compatible with Canary 9 currently available from JetBrains, we have bundled our own Kotlin plugin with the Canary 9 update, so you don't need to manually install a Kotlin plugin.] 不需要更新了,因为你更新来的( JetBrains 提供的) kotlin 插件 没适配 Canary 9,所以新的安装包内置了他们适配过的 kotlin 插件。 |
![]() | 25 O3CoHvmTT3M8IX7o 2020-05-12 12:35:33 +08:00 @CodeGou 但是我要用 eap 的 kotlin,内置的那个不行。我还是等 canary10 吧 |
![]() | 26 codekiddle 2020-05-18 10:43:50 +08:00 @CodeGou 我还发现了个问题 有些项目在 3.6 上是正常的 但是在 canary9 上 gradle 出错 最神奇的是 居然不提示是哪个 task 出的错 暂且先用 stable 版了 开发版 果然就是小白鼠 |