Answers for "A problem occurred evaluating project ':app'. > Plugin with id 'com.android.application' not found."

0

A problem occurred evaluating project ':app'. > Plugin with id 'com.android.application' not found.

buildscript {
    dependencies {
        classpath 'com.android.tools.build:gradle:2.2.2'
    }
}
Posted by: Guest on October-05-2021

Code answers related to "A problem occurred evaluating project ':app'. > Plugin with id 'com.android.application' not found."

Browse Popular Code Answers by Language