I am trying to migrate Google Maps to Huawei Map kit. But there are no features for ClusterManager, ClusterItem, DefaultClusterRenderer e.t.c.
Now I am trying to use below this library for it:
But I do not know how to implement it. I opened Gradle window and expand Tasks under my project then double-clicked assemble but it did not extract that .aar file and gave me below error:
How to solve this? How to implement this library? Anyone here to implemented this successfully?
dependencies {
implementation(name: '3rd-maps-utils-2.2.0-yyyyMMdd', ext: 'aar')
...
}