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
When building an app with huawei_ads the following error occurs:
huawei_ads-13.4.72+300\android\src\main\java\com\huawei\hms\flutter\ads\installreferrer\PpsChannelInfoService.java:28: error: package com.huawei.android.hms.ppskit does not exist
import com.huawei.android.hms.ppskit.IPPSChannelInfoService;
(plus a few others for the same issue).
Expected behavior
Build without error. Remove reference if obsolete.
Environment
Platform: Flutter
Kit: Ads
Kit Version 13.4.72+300
The text was updated successfully, but these errors were encountered:
The interface referenced seems to be in huawei_ads-13.4.72+300\android\src\main\aidl\com\huawei\android\hms\ppskit\IPPSChannelInfoService.aidl so it might be some toolchain error.
Also, removing PpsChannelInfoService.java completely makes the app buildable. I don't know the ramifications.
@deakjahn I had same problem yesterday. The your last message prompted me to look at the source. After investigation =), i added a code to project gradle file in my app:
Description
When building an app with
huawei_ads
the following error occurs:(plus a few others for the same issue).
Expected behavior
Build without error. Remove reference if obsolete.
Environment
The text was updated successfully, but these errors were encountered: