I added ads using the gideros ads-interface. I see the ads in ios and on android devices with google play services installed.
However when I tried to run the same apk on a Kindle Fire HD, I see no ads, I see the following in logs:
07-09 04:45:52.279: E/dalvikvm(10600): Could not find class 'android.support.v4.app.FragmentActivity', referenced from method com.google.android.gms.common.GooglePlayServicesUtil.showErrorDialogFragment
07-09 04:45:52.279: W/dalvikvm(10600): VFY: unable to resolve instanceof 150 (Landroid/support/v4/app/FragmentActivity;) in Lcom/google/android/gms/common/GooglePlayServicesUtil;
07-09 04:45:52.279: D/dalvikvm(10600): VFY: replacing opcode 0x20 at 0x0008
07-09 04:45:52.279: E/dalvikvm(10600): Could not find class 'android.support.v4.app.FragmentActivity', referenced from method com.google.android.gms.common.GooglePlayServicesUtil.showErrorDialogFragment
07-09 04:45:52.279: W/dalvikvm(10600): VFY: unable to resolve check-cast 150 (Landroid/support/v4/app/FragmentActivity;) in Lcom/google/android/gms/common/GooglePlayServicesUtil;
07-09 04:45:52.279: D/dalvikvm(10600): VFY: replacing opcode 0x1f at 0x000c
07-09 04:45:52.294: W/GooglePlayServicesUtil(10600): Google Play services is missing.
Is there any way to fix this or is it a limitation of the interface?
Comments
You might need to use AdMob (OldJar) and use the GoogleAdMobAdsSdk.jar instead of google-play-services_lib, but i still don't know how longer it would be supported.
Have no Kindle right here.
(Edited, added "need To")
Likes: Aniket
Likes: Aniket