1

When I use HUAWEI Ads SDK in Android Studio to load native ads and display them on my app,</p>

Error code -4

is returned,and log information:

The ad is being requested and cannot be requested again.

Why is this happening?

4

1 回答 1

1

The possible cause is that the loadAd() method is repeatedly executed in your code. Check whether loadAd() is repeatedly called in your code or whether the retry interval is too short in Logcat.

于 2020-05-27T01:52:08.440 回答