paala / HaxeFlixel_extensions3

Demos of how to implement basic extensions for haxeflixel android and iOS (Admob, Chartboost, IAP, Gestures, Facebook,Gamecenter, Googleplayservices))
10 stars 3 forks source link

Admob example not working #2

Open ramsestom opened 9 years ago

ramsestom commented 9 years ago

Can't make the admob example to work. When launched on android, both the _3.2.2 and the _lastopenfl version are displaying a yellow triangle on screen but nothing more. Am I missing something or is this example not working anymore. (Tested with haxeflixel 3.3.6)

paala commented 9 years ago

well the version of haxeflixel i used was 3.2.2 try with this version

ramsestom commented 9 years ago

I don't think the issue is linked to haxeflixel but not really sure. Have these errors in the console output though:

E/dalvikvm(27449): Could not find class 'android.support.v4.app.FragmentActivity', referenced from method com.google.android.gms.common.GooglePlayServicesUtil.showErrorDialogFragment E/dalvikvm(27449): Could not find class 'android.support.v4.app.FragmentActivity', referenced from method com.google.android.gms.common.GooglePlayServicesUtil.showErrorDialogFragment E/GooglePlayServicesUtil(27449): The Google Play services resources were not found. Check your project configuration to ensure that the resources are included. E/NativeCrypto(27230): ssl=0x550a0678 cert_verify_callback x509_store_ctx=0x5cf2e8d0 arg=0x0 E/NativeCrypto(27230): ssl=0x550a0678 cert_verify_callback calling verifyCertificateChain authMethod=ECDHE_RSA E/JavaBinder(26945): *\ Uncaught remote exception! (Exceptions are not yet supported across processes.) E/JavaBinder(26945): java.lang.RuntimeException: android.os.DeadObjectException E/JavaBinder(26945): at android.os.Parcel.writeException(Parcel.java:1326) E/JavaBinder(26945): at android.os.Binder.execTransact(Binder.java:371) E/JavaBinder(26945): at dalvik.system.NativeStart.run(Native Method) E/JavaBinder(26945): Caused by: android.os.DeadObjectException E/JavaBinder(26945): at android.os.BinderProxy.transact(Native Method) E/JavaBinder(26945): at android.content.IIntentReceiver$Stub$Proxy.performReceive(IIntentReceiver.java:121) E/JavaBinder(26945): at android.app.ActivityThread$ApplicationThread.scheduleRegisteredReceiver(ActivityThread.java:799) E/JavaBinder(26945): at android.app.ApplicationThreadNative.onTransact(ApplicationThreadNative.java:381) E/JavaBinder(26945): at android.os.Binder.execTransact(Binder.java:367) E/JavaBinder(26945): ... 1 more

paala commented 9 years ago

https://github.com/mkorman9/admob-openfl This is the one I used. and at the moment of testing it worked perfect. Maybe try the instructions you found there and it will work

ramsestom commented 9 years ago

I tried. And having the same error. Will post an issue directly on their git to see if they can help. Thanks bytheway