You are on page 1of 1

Uploader's notes:

To figure out the right version of Google Play services for your Android device,
go to Settings -> Apps -> Google Play services, and look at the last 3 numbers
in the parentheses. You'll see something like -XYZ where:
* X defines Android version:
0
2
4
7
8

for
for
for
for
for

Android
Android
Android
Android
Android

<5.0
5.0 and 5.1 starting with Play Services v8
5.0 and 5.1 before Play Services v8, Android >= 6.0 after
5.0
TV

* Y defines CPU architecture:


1
3
4
7

for
for
for
for

armeabi
armeabi-v7a
arm64-v8a
x86

* Z defines DPI:
0
2
4
6
8

for
for
for
for
for

universal
160
240
320
480

Notes:
It seems that -7YZ builds became -4YZ with Google Play services v6.5. If you
were on -7YZ before, you should now install -4YZ.
It seems that -4YZ builds got split into -2YZ for Lollipop and -4YZ for Mars
hmallow with Google Play services v8. If you were on -4YZ before, you should now
install -2YZ in Lollipop and -4YZ in Marshmallow.
Looks like -8YZ builds are for Android TV.
Examples:
-014 for Android <5.0 armeabi CPU 240 DPI device
-438 for Android 6.0+ armeabi-v7a CPU 480 DPI device
-876 for Android TV x86 CPU 320 DPI device

You might also like