1. Home
  2. Docs
  3. Publisher Guidelines
  4. Build and Run
  5. Building for Huawei

Building for Huawei

If your game is on the Huawei Platform kindly add the following lines in Assets -> ConsoliAdsSDK -> Editor -> ConsoliAdsSDKDependencies.xml under the androidPackages :

<androidPackage spec="com.huawei.hms:push:4.0.3.301">
      <repositories>
        <repository>http://developer.huawei.com/repo/</repository>
      </repositories>
</androidPackage>

After adding the following lines run the play services resolver. Go to Menu->Assets->Play Services Resolver -> Force Resolve.

How can we help?