2019-09-16

作者: 毁于随i_9d41 | 来源:发表于2019-09-30 12:37 被阅读0次

    android 报错 This Gradle plugin requires a newer IDE able to request IDE model level 3 错误解决方案

    解决方法:

    (1)升级as(Android studio)到最新版本。

    (2)在项目的gradle.properties配置文件中加入以下这句:

           gradle.properties中:android.injected.build.model.only.versioned = 3

    相关文章

      网友评论

        本文标题:2019-09-16

        本文链接:https://www.haomeiwen.com/subject/amrxuctx.html