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
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