Error:(1, 0) Plugin with id ‘com.android.application’ not found
Updated Answer (Dec. 2, 2020) Latest Gradle: 6.5 Version check: ./gradlew -v How to update: Set URL: ./gradlew wrapper –gradle-version=6.5 –distribution-type=all Update: ./gradlew wrapper Latest Android Gradle Plugin: 4.1.0 If you add the following code snippet to the top of your build.gradle file. Gradle will update the build tools. buildscript { repositories { google() // … Read more