Skip to content Skip to sidebar Skip to footer

Google Play Out Of Date Require 4452000 But Found 4325034

I am facing issue with google play service ads. I am using rev 17 version of play service in my app and using android 4.4.2 with installed play service version 4.8.20. But getting

Solution 1:

I solved it by adding permission to manifest file com.google.android.providers.gsf.permission.READ_GSERVICES.

Solution 2:

It could be an issue with your vending and gms files from the google services library.

I would suggest locating these files and then manually installing them via the adb like so:

adb -install "C:\...\...\...\com.android.vending-4452000.apk
adb -install "C:\...\...\...\com.google.android.gms-4452000.apk

Post a Comment for "Google Play Out Of Date Require 4452000 But Found 4325034"