Search code examples
androidgradlehuawei-mobile-serviceshuawei-developers

Conflict with Huawei HMS plugin in android with gradle 7.0.0


I'm getting this error with Gradle 7.0 while it was working fine for 6.8.3

agcp-gradle-7-error

AGCPlugin

FAILURE: Build failed with an exception.

  • What went wrong: A problem was found with the configuration of task ':app:processDebugAGCPlugin' (type 'AGCPluginTask').

Solution

  • I no longer get any errors with:

    classpath 'com.huawei.agconnect:agcp:1.5.2.300'
    

    and

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