79127027

Date: 2024-10-25 19:08:25
Score: 1
Natty:
Report link

If you've encountered issues after upgrading to Android Studio LadyBug, here's how you can resolve them:

Modify settings.gradle File:

Under the plugins section in your settings.gradle file, add the following line:

id "com.android.application" version "8.3.2" apply false

Gradle Plugin Error:

If you encounter any errors related to the Gradle plugin version, update your gradle-wrapper.properties file with the following:

distributionUrl=https://services.gradle.org/distributions/gradle-8.4-all.zip

After making these changes, clean and rebuild your project to ensure everything compiles correctly.

You can read more on this issue on this github : credits

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: MikeMopo