Android studio 编译错误

    xiaoxiao2021-12-14  18

    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.

    修改为高版本的gradle build tools

    dependencies { classpath 'com.android.tools.build:gradle:2.2.2' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files }

    转载请注明原文地址: https://ju.6miu.com/read-964556.html

    最新回复(0)