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
I follow this guide (https://github.com/robovm/robovm-robopods/tree/master/google-mobile-ads/ios)
But I have crash. Try on simulator and on device java.lang.ExceptionInInitializerError at net.playwithworld.solitaire.IOSLauncher.initADVT(IOSLauncher.java) at net.playwithworld.solitaire.IOSLauncher.onGameCreate(IOSLauncher.java) at net.playwithworld.solitaire.SolitaireGame.create(SolitaireGame.java) at com.badlogic.gdx.backends.iosrobovm.IOSGraphics.draw(IOSGraphics.java) at com.badlogic.gdx.backends.iosrobovm.IOSGraphics$1.draw(IOSGraphics.java) at com.badlogic.gdx.backends.iosrobovm.IOSGraphics$1.$cb$drawRect$(IOSGraphics.java) at org.robovm.apple.uikit.UIApplication.main(Native Method) at org.robovm.apple.uikit.UIApplication.main(UIApplication.java) at net.playwithworld.solitaire.IOSLauncher.main(IOSLauncher.java) Caused by: org.robovm.objc.ObjCClassNotFoundException: GADRequest at org.robovm.objc.ObjCClass.getByType(ObjCClass.java) at org.robovm.pods.google.mobileads.GADRequest.<clinit>(GADRequest.java) ... 9 more
The text was updated successfully, but these errors were encountered:
I follow this guide (https://github.com/robovm/robovm-robopods/tree/master/google-mobile-ads/ios)
But I have crash. Try on simulator and on device
java.lang.ExceptionInInitializerError at net.playwithworld.solitaire.IOSLauncher.initADVT(IOSLauncher.java) at net.playwithworld.solitaire.IOSLauncher.onGameCreate(IOSLauncher.java) at net.playwithworld.solitaire.SolitaireGame.create(SolitaireGame.java) at com.badlogic.gdx.backends.iosrobovm.IOSGraphics.draw(IOSGraphics.java) at com.badlogic.gdx.backends.iosrobovm.IOSGraphics$1.draw(IOSGraphics.java) at com.badlogic.gdx.backends.iosrobovm.IOSGraphics$1.$cb$drawRect$(IOSGraphics.java) at org.robovm.apple.uikit.UIApplication.main(Native Method) at org.robovm.apple.uikit.UIApplication.main(UIApplication.java) at net.playwithworld.solitaire.IOSLauncher.main(IOSLauncher.java) Caused by: org.robovm.objc.ObjCClassNotFoundException: GADRequest at org.robovm.objc.ObjCClass.getByType(ObjCClass.java) at org.robovm.pods.google.mobileads.GADRequest.<clinit>(GADRequest.java) ... 9 more
The text was updated successfully, but these errors were encountered: