gradle i imported
mopub SDK i refereed this link [ref link][1] first one
jCenter AAR after that i added code in
manifest.xml`,但仍然没有加载横幅我收到类似的错误
D/MoPub: Attempting to invoke custom event: com.mopub.mobileads.GooglePlayServicesBanner
D/MoPub: Couldn't locate or instantiate custom event: com.mopub.mobileads.GooglePlayServicesBanner.
V/MoPub: MoPubErrorCode: Unable to find Native Network or Custom Event adapter
我在谷歌搜索我得到了像这样添加的解决方案,The banner and interstitial adapters (e.g. GooglePlayServicesBanner.java and GooglePlayServicesInterstitial.java) should be placed in the com/mopub/mobileads folder in the MoPub SDK
但我使用的是 android studio gradle
lib,所以如何使用它可以帮助我。