After upgrading to Android Studio 3 Canary 4 I've got this error:
Gradle sync failed: Argument for @NotNull parameter 'key' of com/android/tools/idea/gradle/project/model/ide/android/ModelCache.computeIfAbsent must not be null
Anyone else has the same problem?
update project level build.gradle
file with
```
dependencies {
classpath 'com.android.tools.build:gradle:2.3.3'
}
```
and module build.gradle:
buildToolsVersion '25.0.3'
classpath 'com.android.tools.build:gradle:4.2.0'
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With