'ERROR: Failed to resolve: com.android.support:appcompat-v7:29.0.1' [duplicate]
This question already has an answer here: Android Studio keeps refusing to resolve com.android.support:appcompat-v7:29.0.1 4 answers I want to try Intellij Platform for android development but even after fresh it shows gradle failures. Please help. I have tried tweaking the line implementation 'com.android.support:appcompat-v7:29.+' to some other versions but to no avail. Here is my module level gradle apply plugin: 'com.android.application' android { compileSdkVersion 29 buildToolsVersion "29.0.1" defaultConfig { applicationId "com.example.myapplication" minSdkVersion 23 targetSdkVersion 29