开发者社区> 问答> 正文

AS导入其他的项目:UnsupportedMethodException-安卓报错

Android studio导入其他的项目:UnsupportedMethodException

UnsupportedMethodException
        Unsupported method: AndroidProject.getPluginGeneration().
        The version of Gradle you connect to does not support that method.
        To resolve the problem you can change/upgrade the target version of Gradle you connect to.
        Alternatively, you can ignore this exception and read other information from the model.

展开
收起
montos 2020-05-29 09:55:02 437 0
1 条回答
写回答
取消 提交回答
  • 解决方案

    将根目录中的build.gradle文件中的gradle版本号,出现错误之前,我的是1.3.0,修改成2.2.0之后重新编译一下就可以运行了。

    dependencies {    
    classpath 'com.android.tools.build:gradle:1.3.0'   
    }
    

    将这个版本号改成你其他项目能够运行成功的版本号即可

    2020-05-29 19:31:25
    赞同 展开评论 打赏
问答排行榜
最热
最新

相关电子书

更多
58同城Android客户端Walle框架演进与实践之路 立即下载
Android组件化实现 立即下载
蚂蚁聚宝Android秒级编译——Freeline 立即下载