Visits: 143

Notes / What’s New

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 -XYY where X is 0 for pre-Lollipop and both 4 and 7 for Lollipop+, and YY is a specific variant id. -738 means you need the APK that has -738, etc.

Note: It seems that -7xx builds became -4xx with Google Play Services 6.5. If you were on -7xx before, you should now install -4xx.

The types are:

  • Version number has -X10 – universal armeabi CPU
  • Version number has -X12 – 160 DPI & armeabi CPU
  • Version number has -X14 – 240 DPI & armeabi CPU
  • Version number has -X30 – universal armeabi-v7a CPU
  • Version number has -X32 – 160 DPI & armeabi-v7a CPU
  • Version number has -X34 – 240 DPI & armeabi-v7a CPU
  • Version number has -X36 – 320 DPI & armeabi-v7a CPU
  • Version number has -X38 – 480 DPI & armeabi-v7a CPU
  • Version number has -X46 – 320 DPI & arm64-v8a CPU
  • Version number has -X70 – x86 CPU