Hi Bill, We could find the default Google Play Service (Version 12.8.48) comes with Android Q does not support GPL. We are getting the following error with this Google Play Service. https://developers.google.com/android/reference/com/google/android/gms/common/ConnectionResult#SERVICE_MISSING
public static final int *SERVICE_INVALID* The version of the Google Play services installed on this device is not authentic. Constant Value: 9 A Simple Gradle based app is what we tried. API Call which is failed is, *int *result = GoogleApiAvailability.*getInstance*().isGooglePlayServicesAvailable(getApplicationContext()); We tried with different Google Play service versions, finally with Google Play service 16.0.9 version (latest in net) works. How can we ensure Google Play service in Android Q will be supportive of Google APIs ? Please provide some insight on this. Thanks in advance... with Thanks and Regards, Anoop On Wednesday, May 8, 2019 at 4:49:52 AM UTC+5:30, Bill Yi wrote: > hi All, > > Today we pushed Android Q Beta 3 kernel source for the following devices: > > Tag | Branch | > Project | Device > android-q-preview-3_r0.1 | android-msm-marlin-3.18-q-preview-3 | > kernel/msm | Pixel XL (marlin)/Pixel (sailfish) > android-q-preview-3_r0.2 | android-msm-wahoo-4.4-q-preview-3 | > kernel/msm | Pixel 2 XL (taimen)/Pixel 2 (walleye) > android-q-preview-3_r0.3 | android-msm-crosshatch-4.9-q-preview-3 | > kernel/msm | Pixel 3 XL (crosshatch), Pixel 3 > (blueline) > android-q-preview-3_r0.3 | android-msm-crosshatch-4.9-q-preview-3 | > kernel/msm-extra | Pixel 3 XL (crosshatch), Pixel 3 > (blueline) > android-q-preview-3_r0.3 | android-msm-crosshatch-4.9-q-preview-3 | > kernel/msm-modules/qca-wfi-host-cmn | Pixel 3 XL (crosshatch), Pixel 3 > (blueline) > android-q-preview-3_r0.3 | android-msm-crosshatch-4.9-q-preview-3 | > kernel/msm-modules/qcacld | Pixel 3 XL (crosshatch), Pixel 3 > (blueline) > android-q-preview-3_r0.3 | android-msm-crosshatch-4.9-q-preview-3 | > kernel/msm-modules/wlan-fw-api | Pixel 3 XL (crosshatch), Pixel 3 > (blueline) > android-q-preview-3_r0.4 | android-msm-crosshatch-4.9-q-preview-4 | > kernel/msm | Pixel 3a XL (bonito), Pixel 3a (sargo) > android-q-preview-3_r0.4 | android-msm-crosshatch-4.9-q-preview-4 | > kernel/msm-extra | Pixel 3a XL (bonito), Pixel 3a (sargo) > android-q-preview-3_r0.4 | android-msm-crosshatch-4.9-q-preview-4 | > kernel/msm-modules/qca-wfi-host-cmn | Pixel 3a XL (bonito), Pixel 3a (sargo) > android-q-preview-3_r0.4 | android-msm-crosshatch-4.9-q-preview-4 | > kernel/msm-modules/qcacld | Pixel 3a XL (bonito), Pixel 3a (sargo) > android-q-preview-3_r0.4 | android-msm-crosshatch-4.9-q-preview-4 | > kernel/msm-modules/wlan-fw-api | Pixel 3a XL (bonito), Pixel 3a (sargo) > > Thanks > > bill > -- -- You received this message because you are subscribed to the "Android Building" mailing list. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-building?hl=en --- You received this message because you are subscribed to the Google Groups "Android Building" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/android-building/1803ba4e-662e-4e34-83d8-516ea42712b9%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
