Gmscore: Update Google Play services issue

Created on 27 Mar 2018  路  12Comments  路  Source: microg/GmsCore

I'm using the last beta version of Microg on F-Droid right now. After Telegram's last update this issue emerged

All 12 comments

Error message in logcat:
Google Play Services out of date. Requires 12210000 but found 11951417

Please change the version.

Hellooooo?!? Anybody listening? This should be very easy to fix!

Same issue here.

Finally I found the place:
/play-services-core/build.gradle , line 68 has to be changed, from versionCode(11951400 + x % 100 + ((int) (x / 100)) * 100 to versionCode(12210000 + x % 100 + ((int) (x / 100)) * 100

Fixed with 908c20ccc25f5e16bfc14f6b1267910dbd2dc964

Is this fix yet present in an APK that can be downloaded? Am also getting an _"update Google Play Services"_ message. If not, how can I implement the fix?

It's present but you have to manually select the latest preview version.
By default it links to an outdated "stable" version.
Direct link: https://microg.org/fdroid/repo/com.google.android.gms-12221403.apk

Thankyou that worked!

Well it's not working with Opera Touch - it shows message that I need to update Google PLay Services and shut down.
I've found mods of microg with changed version of Play Service to 9999999 on some russian forums but aren't available to download anymore.
I've also found out that I can change manually version in Manifest.xml but can't find accurate line, maybe something changed.

Installing Fakestore solved the issue for me (incl. Telegram).

I have FakeStore and it doesn't help.

@conrad-heimbold How and where do you edit that line? Is "/play-services-core/build.gradle" a location in the File Manager or something else?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ale5000-git picture ale5000-git  路  4Comments

fredddii picture fredddii  路  6Comments

Trumeet picture Trumeet  路  3Comments

n76 picture n76  路  6Comments

rugk picture rugk  路  6Comments