UnsupportedMethodException - неподдерживаемый метод: AndroidProject.getPluginGeneration () - PullRequest
0 голосов
/ 29 ноября 2018

Конфигурация системы / API

Android studio version : 2.2.3
Gradle version : 2.2.1
Java version : 1.8
classpath 'com.android.tools.build:gradle:1.3.1'

Исключение

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.

Когда я пытался запустить приложение, у меня возникла эта проблема, может кто-нибудь знать, что я делаючтобы решить эту проблему.

...