1、Plugin with id ‘ com.android.application ’ not found.
Solution:
add in the build file:
buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.0.+'
}
}
Read More:
- Android Studio Series: after Android studio is opened, the project window will not be displayed.
- android studio Error Gradle project sync failed. Please fix your project and try again
- Error in Cordova project execution command after Android studio upgrade: could not find gradle wrapper within Android SDK
- Gms2 (gamemaker Studio 2) running problems encountered in the project
- Problems encountered by Android Studio: Session’app’: Error Installing APKs
- Android studio “sync project with gradle files” button disappears
- Import Android project Error:Internal error : org.gradle.tooling .BuildException: Could not execute build…
- Android studio push project to GitHub
- Android Studio sync build.gradle appears: Failed to resolve: com.android.support:appcompat problem
- [actual record of Android stepping on the pit] Android studio reports an error invalid gradle JDK configuration found after importing the project
- Android studio auto import auto import
- Android Studio – add configuration for Android studio
- Solution to the expiration and unavailability of Android studio plug-in plugin
- Android Studio | Failed to find target with hash string ‘android-26’ in: D:\Android\sdk
- Android Studio Error: Invoke-customs are only supported starting with Android O (–min-api 26)
- [error record] as compilation error (Android support plugin version is too high | upgrade Android studio to the latest version)
- Android Studio – automatically opens the latest project every time you open as
- Summary of problems encountered by CodeBlocks + OpenGL
- When Android Studio runs the app, it prompts Error: Please select Android SDK
- Android studio compilation error: style attribute ‘@ android:attr/windowEnterAnimation ‘not found the ultimate solution