Bug? Error when using wrapper

jalle007

Active Member
Licensed User
Longtime User
Probably this is not a bug with new B4A version but I got to ask

MobVista Ads Wrapper
report this error in new B4A v3.80 but not in the old one

B4X:
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.inforpires.mobVistaDemo/com.mobvista.sdk.ad.FullScreenAdActivity}: android.content.res.Resources$NotFoundException: Resource ID #0x0


    at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1622)
    at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1638)
    at android.app.ActivityThread.access$1500(ActivityThread.java:117)
    at android.app.ActivityThread$H.handleMessage(ActivityThread.java:928)
    at android.os.Handler.dispatchMessage(Handler.java:99)
    at android.os.Looper.loop(Looper.java:123)
    at android.app.ActivityThread.main(ActivityThread.java:3647)
    at java.lang.reflect.Method.invokeNative(Native Method)
    at java.lang.reflect.Method.invoke(Method.java:507)
    at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:839)
    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:597)
    at dalvik.system.NativeStart.main(Native Method)


Caused by: android.content.res.Resources$NotFoundException: Resource ID #0x0
    at android.content.res.Resources.getValue(Resources.java:892)
    at android.content.res.Resources.loadXmlResourceParser(Resources.java:1869)
    at android.content.res.Resources.getLayout(Resources.java:731)
    at android.view.LayoutInflater.inflate(LayoutInflater.java:318)
    at android.view.LayoutInflater.inflate(LayoutInflater.java:276)
    at com.android.internal.policy.impl.PhoneWindow.setContentView(PhoneWindow.java:207)
    at android.app.Activity.setContentView(Activity.java:1657)
    at com.mobvista.sdk.ad.FullScreenAdActivity.onCreate(Unknown Source)
    at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)
    at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1586)
    ... 11 more

Any idea what is happening ?
 
Top