Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin with id 'com.android.application' not found. #1

Open
LazyInsomaniac opened this issue Jul 25, 2018 · 2 comments
Open

Plugin with id 'com.android.application' not found. #1

LazyInsomaniac opened this issue Jul 25, 2018 · 2 comments

Comments

@LazyInsomaniac
Copy link

Can't build project bcz of this

@ummaruje
Copy link

Make sure your Gradle version is compatible with your Android Gradle Plugin.

If your project level build.gradle says:

buildscript {
repositories {
google()
}
Then the Gradle version is 4.0 and above. If it's like this:

buildscript {
repositories {
maven { url "https://maven.google.com" }
}
Then the Gradle version is less than 4.0.

Just correct this and sync your project with Gradle.

If still, the error persists then find the gradle-wrapper.properties file and change the last sentence to this:
distributionUrl=http://services.gradle.org/distributions/gradle-2.2.1-all.zip

Note that the Gradle version in the above line must match with the one you have in your build.gradle file.

@abhijeetsalvi
Copy link

require firebase json structure

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants