Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
Does Admob in the ads interface require google play services on android devices but not ios? — Gideros Forum

Does Admob in the ads interface require google play services on android devices but not ios?

AniketAniket Member
edited July 2014 in General questions
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

  • tkhnomantkhnoman Member
    edited July 2014 Accepted Answer
    You can't use Google Play Service on Kindle.
    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

    +1 -1 (+1 / -0 )Share on Facebook
  • AniketAniket Member
    I'm using the gideros ad interface to do this though.
  • tkhnomantkhnoman Member
    Accepted Answer
    I'm sorry, typo. What i mean is you might "need to" use.

    Likes: Aniket

    +1 -1 (+1 / -0 )Share on Facebook
Sign In or Register to comment.