Revmob `Unexpected error on create Fullscreen Ad`

杀马特。学长 韩版系。学妹 提交于 2019-12-11 19:44:02

问题


Today I wanted to add Revmob in my app and got a error :/ The App is crashing when the loading process beginns.

Here is the Crash-Report:

03-05 16:53:54.529: D/[RevMob](2268): Unexpected error on create Fullscreen Ad.
03-05 16:53:54.529: D/[RevMob](2268): java.lang.NullPointerException
03-05 16:53:54.529: D/[RevMob](2268):   at com.revmob.ads.fullscreen.FullscreenActivity.initFullscreen(FullscreenActivity.java:158)
03-05 16:53:54.529: D/[RevMob](2268):   at com.revmob.ads.fullscreen.FullscreenActivity.onCreate(FullscreenActivity.java:105)
03-05 16:53:54.529: D/[RevMob](2268):   at android.app.Activity.performCreate(Activity.java:5008)
03-05 16:53:54.529: D/[RevMob](2268):   at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1079)
03-05 16:53:54.529: D/[RevMob](2268):   at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2023)
03-05 16:53:54.529: D/[RevMob](2268):   at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2084)
03-05 16:53:54.529: D/[RevMob](2268):   at android.app.ActivityThread.access$600(ActivityThread.java:130)
03-05 16:53:54.529: D/[RevMob](2268):   at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1195)
03-05 16:53:54.529: D/[RevMob](2268):   at android.os.Handler.dispatchMessage(Handler.java:99)
03-05 16:53:54.529: D/[RevMob](2268):   at android.os.Looper.loop(Looper.java:137)
03-05 16:53:54.529: D/[RevMob](2268):   at android.app.ActivityThread.main(ActivityThread.java:4745)
03-05 16:53:54.529: D/[RevMob](2268):   at java.lang.reflect.Method.invokeNative(Native Method)
03-05 16:53:54.529: D/[RevMob](2268):   at java.lang.reflect.Method.invoke(Method.java:511)
03-05 16:53:54.529: D/[RevMob](2268):   at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:786)
03-05 16:53:54.529: D/[RevMob](2268):   at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
03-05 16:53:54.529: D/[RevMob](2268):   at dalvik.system.NativeStart.main(Native Method)

Thanks !

来源:https://stackoverflow.com/questions/22204225/revmob-unexpected-error-on-create-fullscreen-ad

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!