You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a regression in 1.9.1.x, downgrading to 1.9.0 still works.
The previous integration instructions no longer seem to work. Gradle has also moved on and requires some changes. See the attached sample: on compilation, it gives a No such property: rootProject for class: com.huawei.agconnect.agcp.AGCProcess error.
settings.gradle still uses the resolution strategy workaround because you still failed to name your package properly so that Gradle can find it on its own. Otherwise, it uses the new plugins block to specify potential plugins. app/build.gradle retains the buildscript section just for the benefit of Huawei's plugin (this also should be reorganized as buildscript is now obsolete) and also uses the new plugins block instead of the old apply plugins items (although note that the error is actually the same with the old syntax, too).
Note that agconnect-services.json is empty, is has to be filled in with valid data once the build process reaches it at all.
This is a regression in 1.9.1.x, downgrading to 1.9.0 still works.
The previous integration instructions no longer seem to work. Gradle has also moved on and requires some changes. See the attached sample: on compilation, it gives a No such property: rootProject for class: com.huawei.agconnect.agcp.AGCProcess error.
settings.gradle
still uses the resolution strategy workaround because you still failed to name your package properly so that Gradle can find it on its own. Otherwise, it uses the newplugins
block to specify potential plugins.app/build.gradle
retains thebuildscript
section just for the benefit of Huawei's plugin (this also should be reorganized asbuildscript
is now obsolete) and also uses the newplugins
block instead of the oldapply plugins
items (although note that the error is actually the same with the old syntax, too).Note that
agconnect-services.json
is empty, is has to be filled in with valid data once the build process reaches it at all.testhuaweiad.zip
The text was updated successfully, but these errors were encountered: