gamblingose.blogg.se

Update gradle in android studio
Update gradle in android studio










update gradle in android studio

Once the Gradle version is updated, build your Android application again. Keep in mind that you also need to check the Android Studio version, because older Android Studio doesn’t support the latest Android Gradle plugin ( link). The content of the file should look as follows: The adle file is the file used to list repositories where Gradle will look to download dependencies for your Android project.

update gradle in android studio

You need to make sure that the repository google() is listed under pluginManagement in your Android project.

update gradle in android studio

The Android Gradle plugin is downloaded from Google’s Maven repository. Let’s learn how to resolve this issue together.

  • Check the Android Gradle plugin is compatible with your Gradle version.
  • Check the Android Gradle plugin is added to the project adle file.
  • Check that Google Maven repository is listed in your adle file.
  • To resolve this error, you need to check three things: The UnknownPluginException means that Gradle could not find the Android Gradle plugin required to build your application successfully.












    Update gradle in android studio