You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To reproduce it:
1- download the samples
2- import the projects into eclipse
3- run the Vungle sample on the simulator
The exception:
java.lang.ExceptionInInitializerError
at org.robovm.bindings.vungle.sample.Sample.didFinishLaunching(Sample.java)
at org.robovm.apple.uikit.UIApplicationDelegate$ObjCProxy.$cb$applicationDidFinishLaunching$(Unknown Source)
at org.robovm.apple.uikit.UIApplication.main(Native Method)
at org.robovm.apple.uikit.UIApplication.main(UIApplication.java)
at org.robovm.bindings.vungle.sample.Sample.main(Sample.java)
Caused by: org.robovm.objc.ObjCClassNotFoundException: VGVunglePub
at org.robovm.objc.ObjCClass.getByType(ObjCClass.java)
at org.robovm.bindings.vungle.VGVunglePub.(VGVunglePub.java)
... 5 more
I have tested the admob and the facebook samples and I did not have any problems.
The text was updated successfully, but these errors were encountered:
Currently the Vungle sample is not working.
To reproduce it:
1- download the samples
2- import the projects into eclipse
3- run the Vungle sample on the simulator
The exception:
java.lang.ExceptionInInitializerError
at org.robovm.bindings.vungle.sample.Sample.didFinishLaunching(Sample.java)
at org.robovm.apple.uikit.UIApplicationDelegate$ObjCProxy.$cb$applicationDidFinishLaunching$(Unknown Source)
at org.robovm.apple.uikit.UIApplication.main(Native Method)
at org.robovm.apple.uikit.UIApplication.main(UIApplication.java)
at org.robovm.bindings.vungle.sample.Sample.main(Sample.java)
Caused by: org.robovm.objc.ObjCClassNotFoundException: VGVunglePub
at org.robovm.objc.ObjCClass.getByType(ObjCClass.java)
at org.robovm.bindings.vungle.VGVunglePub.(VGVunglePub.java)
... 5 more
I have tested the admob and the facebook samples and I did not have any problems.
The text was updated successfully, but these errors were encountered: