V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
CodeGou
V2EX  ›  Android

Android Studio 4.1 Canary 9 available

  •  
  •   CodeGou · 2020-05-08 13:50:00 +08:00 · 7063 次点击
    这是一个创建于 1442 天前的主题,其中的信息可能已经有所发展或是发生改变。
    安装后,打开却提示 Missing essential plugin: org.jetbrains.android Please reinstall Android Studio from scratch. 重新下载 exe 文件安装 或者从 toolbox 更新安装都是这问题
    26 条回复    2020-05-18 10:43:50 +08:00
    Flywith24
        1
    Flywith24  
       2020-05-08 13:57:29 +08:00
    我今天更新了,windows 版本,通过 toolbox 更新的。一切正常
    Cavolo
        2
    Cavolo  
       2020-05-08 14:02:18 +08:00
    这头像,还以为在推特
    CodeGou
        3
    CodeGou  
    OP
       2020-05-08 14:09:09 +08:00
    @Cavolo 还不至于违法吧 (害怕
    yuyueMJ
        4
    yuyueMJ  
       2020-05-08 14:11:51 +08:00
    开门,送水的
    Kaier
        5
    Kaier  
       2020-05-08 14:13:00 +08:00
    这头像吃枣💊
    CodeGou
        6
    CodeGou  
    OP
       2020-05-08 14:17:14 +08:00
    @Kaier 不会改啊,当年年少无知
    CodeGou
        7
    CodeGou  
    OP
       2020-05-08 14:24:57 +08:00
    @yuyueMJ 不好意思,戒了
    CodeGou
        8
    CodeGou  
    OP
       2020-05-08 14:25:41 +08:00
    @flywith24 reddit 上也有好几个和我遇到相同问题的,奇了怪了
    huntrue
        9
    huntrue  
       2020-05-08 14:29:57 +08:00
    你这头像不是很符合社会主义核心价值观啊
    CodeGou
        10
    CodeGou  
    OP
       2020-05-08 15:00:12 +08:00
    @huntrue 怕了怕了,保命要紧
    Flywith24
        11
    Flywith24  
       2020-05-08 16:01:06 +08:00
    不好意思,我安装成功了,但没打开。打开发现也遇到你的问题了,应该是个共性的问题,回去用 mac 试试
    CodeGou
        12
    CodeGou  
    OP
       2020-05-08 16:24:17 +08:00
    @flywith24 嗯,我说么,我看有人报在 Ubuntu 上也有这个问题。
    StephenDev
        13
    StephenDev  
       2020-05-08 16:29:22 +08:00
    我也遇到了,通过 toolbox 更新的,已经回退了,等 canary 10 吧。
    CodeGou
        14
    CodeGou  
    OP
       2020-05-08 16:34:52 +08:00
    @StephenDev 我回退失败了,直接卸载 9,然后在 toolbox 里就找不到安装 8 的位置了。现在是从官网下了个 8 解压安装的。
    Resource
        15
    Resource  
       2020-05-08 19:10:47 +08:00
    想看头像
    Kyouha
        16
    Kyouha  
       2020-05-08 22:00:39 +08:00 via Android
    解决了吗,我回退了
    CodeGou
        17
    CodeGou  
    OP
       2020-05-09 09:05:13 +08:00   ❤️ 1
    @Kyouha @flywith24 @StephenDev 解决方法来了。问题是新版本中的插件与本地设置中保留的插件列表冲突了导致的。删掉本地设置中的 kotlin 插件就可以了。插件的位置在
    Windows:C:\Users\You\AppData\Roaming\Google\AndroidStudioPreview4.1
    linux:~/.AndroidStudioPreview41
    mac:~/Library/Application Support/Google/AndroidStudioPreview4.1
    删掉目录中的 kotlin 文件夹,就可以打开新版本了。 不过开发人员也说他们在解决这个问题,所以也可以等下个版本。
    Flywith24
        18
    Flywith24  
       2020-05-09 13:43:22 +08:00
    @CodeGou 好的,感谢
    Kyouha
        19
    Kyouha  
       2020-05-10 14:17:45 +08:00
    @CodeGou 这样做 Kotlin 插件就更新不了了
    CodeGou
        20
    CodeGou  
    OP
       2020-05-11 10:28:52 +08:00
    @Kyouha 有可能吧,不过这个是暂行办法( studio 开发人员提供的),下个版本应该很快就修复了。
    codekiddle
        21
    codekiddle  
       2020-05-11 15:33:28 +08:00
    很多插件 出现版本不匹配问题
    CodeGou
        22
    CodeGou  
    OP
       2020-05-12 09:50:11 +08:00
    @codekiddle 嗯 ,我这边也出现了,诸如:Gsonformat adbwifi 等,主要是新版的 as 是构建在 idea2020.1 版本上的,所以出现了不适配的问题
    CodeGou
        23
    CodeGou  
    OP
       2020-05-12 11:14:04 +08:00
    @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 插件,所以就冲突了。
    CodeGou
        24
    CodeGou  
    OP
       2020-05-12 11:15:59 +08:00
    @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 插件。
    Kyouha
        25
    Kyouha  
       2020-05-12 12:35:33 +08:00
    @CodeGou 但是我要用 eap 的 kotlin,内置的那个不行。我还是等 canary10 吧
    codekiddle
        26
    codekiddle  
       2020-05-18 10:43:50 +08:00
    @CodeGou 我还发现了个问题 有些项目在 3.6 上是正常的 但是在 canary9 上 gradle 出错 最神奇的是 居然不提示是哪个 task 出的错 暂且先用 stable 版了 开发版 果然就是小白鼠
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   876 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 24ms · UTC 22:00 · PVG 06:00 · LAX 15:00 · JFK 18:00
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.