gradlei imported
mopub SDKi refereed this link [ref link][1] first one
jCenter AARafter that i added code in
manifest.xml` also but still the banner is not loaded i am getting error like
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
i searched in google i got solution to add like this 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
but i am using android studio gradle
lib so how to use it can any one help me.