skip to Main Content

Android Studio – Update to Android Studio Chimpmunk: 'Minimum supported Gradle version is 7.3.3. Current version is 7.2.'

After update to Android Studio Chimpmunk, I get the error message on Gradle sync: Minimum supported Gradle version is 7.3.3. Current version is 7.2.' In my gradle-wrapper.properties, I have got : distributionUrl=https://services.gradle.org/distributions/gradle-7.3.3-bin.zip In my build.gradle, I have : classpath 'com.android.tools.build:gradle:7.2.0'…

VIEW QUESTION

Android Studio – "Could not find com.android.tools.build:gradle:7.2.0." with Chipmunk

I have just updated Android Studio to Chipmunk and gradle file sync no longer works. The sync has the following errors: Could not find com.android.tools.build:gradle:7.2.0. Searched in the following locations: - https://dl.google.com/dl/android/maven2/com/android/tools/build/gradle/7.2.0/gradle-7.2.0.pom - https://repo.maven.apache.org/maven2/com/android/tools/build/gradle/7.2.0/gradle-7.2.0.pom Required by: project : Add google…

VIEW QUESTION

Android Studio – org.gradle.api.plugins.UnknownPluginException: Plugin [id: 'org.jetbrains.kotlin.android', version: '1.6.21', apply: false]

Hey I just created a new project in android studio. I am getting this weird issue. Can anyone know why this is giving error. Error Build file '/Users/vmodi/AndroidStudioProjects/KtorApplication/build.gradle' line: 5 Plugin [id: 'org.jetbrains.kotlin.android', version: '1.6.21', apply: false] was not found…

VIEW QUESTION
Back To Top
Search