开发者

Android Adwhirl shows Unsupported Ration Type

开发者 https://www.devze.com 2023-03-01 04:19 出处:网络
By looking at this link i tried to implement Adwhirl in android https://www.adwhirl.com/doc/android/AdWhirlAndroidSDKSetup.html

By looking at this link i tried to implement Adwhirl in android

https://www.adwhirl.com/doc/android/AdWhirlAndroidSDKSetup.html

I created accounts in both admob and Adwhirl. The adwhirl request in going....

But my LOG shows

: Rotating Ad
: Dart is <64.4588开发者_运维知识库5525893553> of <100.0>
04-26 09:01:34.164: DEBUG/AdWhirl SDK(322): Showing ad:
04-26 09:01:34.164: DEBUG/AdWhirl SDK(322):     nid: c2f1ad5211f0471d84002ae595aafe37
04-26 09:01:34.164: DEBUG/AdWhirl SDK(322):     name: admob
04-26 09:01:34.164: DEBUG/AdWhirl SDK(322):     type: 1
04-26 09:01:34.164: DEBUG/AdWhirl SDK(322):     key: a14cc177ec52af5
04-26 09:01:34.164: DEBUG/AdWhirl SDK(322):     key2: 
04-26 09:01:34.204: WARN/AdWhirl SDK(322): Unsupported ration type: 1
04-26 09:01:34.373: DEBUG/dalvikvm(322): GC freed 8949 objects / 767976 bytes in 155ms
04-26 09:01:34.383: WARN/AdWhirl SDK(322): Caught an exception in adapter:
04-26 09:01:34.383: WARN/AdWhirl SDK(322): java.lang.Exception: Invalid adapter
04-26 09:01:34.383: WARN/AdWhirl SDK(322):     at com.adwhirl.adapters.AdWhirlAdapter.handle(AdWhirlAdapter.java:166)
04-26 09:01:34.383: WARN/AdWhirl SDK(322):     at com.adwhirl.AdWhirlLayout.handleAd(AdWhirlLayout.java:222)
04-26 09:01:34.383: WARN/AdWhirl SDK(322):     at com.adwhirl.AdWhirlLayout.access$3(AdWhirlLayout.java:205)
04-26 09:01:34.383: WARN/AdWhirl SDK(322):     at com.adwhirl.AdWhirlLayout$HandleAdRunnable.run(AdWhirlLayout.java:390)
04-26 09:01:34.383: WARN/AdWhirl SDK(322):     at android.os.Handler.handleCallback(Handler.java:587)
04-26 09:01:34.383: WARN/AdWhirl SDK(322):     at android.os.Handler.dispatchMessage(Handler.java:92)
04-26 09:01:34.383: WARN/AdWhirl SDK(322):     at android.os.Looper.loop(Looper.java:123)
04-26 09:01:34.383: WARN/AdWhirl SDK(322):     at android.app.ActivityThread.main(ActivityThread.java:4338)
04-26 09:01:34.383: WARN/AdWhirl SDK(322):     at java.lang.reflect.Method.invokeNative(Native Method)
04-26 09:01:34.383: WARN/AdWhirl SDK(322):     at java.lang.reflect.Method.invoke(Method.java:521)
04-26 09:01:34.383: WARN/AdWhirl SDK(322):     at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:860)
04-26 09:01:34.383: WARN/AdWhirl SDK(322):     at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:618)
04-26 09:01:34.383: WARN/AdWhirl SDK(322):     at dalvik.system.NativeStart.main(Native Method)
04-26 09:01:34.395: ERROR/AdWhirl SDK(322): nextRation is null!
04-26 09:01:34.395: DEBUG/AdWhirl SDK(322): Will call rotateAd() in 30 seconds
04-26 09:02:04.463: INFO/AdWhirl SDK(322): Rotating Ad

I think this is creating problem

04-26 09:01:34.204: WARN/AdWhirl SDK(322): Unsupported ration type: 1

Any solutions...plz help


Did you include the AdMob SDK in your project's build path? Check out these instructions.

0

精彩评论

暂无评论...
验证码 换一张
取 消