LoginSignup
0
0

More than 5 years have passed since last update.

Android Gradle Plugin 2.1.0にしたらエラーが出たので解消した

Posted at

Android Gradle Pluginのバージョンを上げたところエラーが。

buildscript {
    dependencies {
        classpath 'com.android.tools.build:gradle:2.1.0'
    }
}
22:12:37 UnsupportedMethodException
         Unsupported method: InstantRun.getRestartDexFile().
         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.

なんだろーなと思ってもろもろのバージョンを確認してみたんですが...。
Android Studioのバージョンを2.1.0にあげてなかっただけでした!!

よく見るとInstantRun関係のエラーなのでAndroid Studio関係でしたね。一件落着。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0