millennial-media

Issue with Phonegap and MillennialMedia

蓝咒 提交于 2019-12-13 06:37:12
问题 I'm trying to use MillenialMedia on my Phonegap app, but i just can't make it work. I get the following errors on the LogCat: 08-12 12:52:36.755: I/MillennialMediaSDK(333): Initializing MMLayout. 08-12 12:52:37.385: W/MillennialMediaSDK(333): MMLayout adding view (MMWebView originally from(1) MRaidState(loading).) to AdType[(b) InternalId(1) LinkedId(0) isFinishing(false)] 08-12 12:52:37.645: W/MillennialMediaSDK(333): AdView onLayout changedtrue int left 0 int top 687 int right 480 int

AdMob mediated Millenial Media ad taking entire screen on refresh

放肆的年华 提交于 2019-12-11 10:04:08
问题 I've already got AdMob mediation in place, and I'm in the process of adding Millennial Media to it. My ads are added using XML like this: <RelativeLayout android:id="@+id/adContainer" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignParentBottom="true" android:layout_alignParentLeft="true" android:layout_alignParentRight="true" android:gravity="center_horizontal" android:orientation="vertical" > <com.google.android.gms.ads.AdView android:id="@+id

Conflicting GSON libs

北慕城南 提交于 2019-12-11 05:59:31
问题 In our app we use the GSON.JAR lib. And now we have updated the Millennial media to version 5. With thie new version of MMEDIA they only give the JAR package and in their package they also use the GSON lib. So it now conflicts with our lib. Multiple dex files define Lcom/google/gson/JsonSerializer; Possible solution would be if we deleted our GSON lib so it would only use the Millennial Media's GSON lib. Is there another solution, because we really do not want to delete our GSON lib file and

Integrate Millennial Media SDK 5.0 in Android Application

五迷三道 提交于 2019-11-28 05:27:10
问题 Regarding formatting the question, I tried to format it, but it doesn't show up few lines of code, I don't know why. It's happening for the second time today. Please if someone can format it, It would be great. Quesiton -: Android 2.3.3 I am just trying to integrate millennial media sdk into a demo app. No fancy stuff. Just simple app, to get an idea of implementing it. Here is what I have done ::: Downloaded android_5_0_0_sdk from the site. Created a project and added the MMSDK.jar file to

Mopub ads not showing

拟墨画扇 提交于 2019-11-27 05:20:46
I've been stuck on an issue for a while and I can't figure out what it is. The thing is I recently updated the Mopub Android SDK and both interstitial + banner ads ( AdMob and Millennial Media ) were working fine before that. Now these ads aren't working in the release build but they do work in debug build. So I think this is an issue with proguard but I can't trace what it is. The proguard is setup according to Mopub guidelines. I have added the following to proguard for my project: -keep class com.google.ads.** -keep class com.millennialmedia.android.** -keep public class com.mopub.mobileads

Mopub ads not showing

六月ゝ 毕业季﹏ 提交于 2019-11-26 12:47:29
问题 I\'ve been stuck on an issue for a while and I can\'t figure out what it is. The thing is I recently updated the Mopub Android SDK and both interstitial + banner ads ( AdMob and Millennial Media ) were working fine before that. Now these ads aren\'t working in the release build but they do work in debug build. So I think this is an issue with proguard but I can\'t trace what it is. The proguard is setup according to Mopub guidelines. I have added the following to proguard for my project: