2

I updated Android Studio to version Arctic Fox 2020.3.0.0 . Then I updated the gradle plugin to version 7.0.0 and the gradle in the gradle-wrapper.properties file to gradle-7.0.2-bin. Now I have this error while syncing:

Unable to load class 'org.gradle.api.publication.maven.internal.MavenPomMetaInfoProvider'.

This is an unexpected error. Please file a bug containing the idea.log file.
Hussein Yaqoobi
  • 442
  • 5
  • 20

1 Answers1

2

I'v solve this by deleting one line in build.gradle:

apply plugin: 'com.github.dcendents.android-maven'
Ole Pannier
  • 3,208
  • 9
  • 22
  • 33
sdpauck
  • 21
  • 2