robovm-ios-bindings icon indicating copy to clipboard operation
robovm-ios-bindings copied to clipboard

Vungle sample not working

Open TheAndroidMachine opened this issue 9 years ago • 1 comments

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.

TheAndroidMachine avatar Apr 14 '15 19:04 TheAndroidMachine

Same issue here.

xirtam-ch avatar Sep 21 '16 14:09 xirtam-ch