在安装google play service时,一定要注意,除了版本外,还要注意版本后面的编号,编号其中有3个数字,可能放在前面,也可能放在后面。这三个数字就是针对使用某种机型的。具体如下表:

App Notes:

To figure out the right version of Google Play services for your Android device,download Play Services info or go to Settings->Apps->Google Play services,and look at the3-digit sequence(let's use XYZ)in the parentheses:

*X defines Android version:

0for Android<5.0

2for Android5.0and5.1starting with Play Services v8

4for Android5.0and5.1before Play Services v8,Android>=6.0after

5for Android Wear

7for Android5.0

8for Android TV

*Y defines CPU architecture:

1、for armeabi

3for armeabi-v7a

4for arm64-v8a

5for mips

7for x86

8for x86_64

*Z defines DPI:

0for universal

2、for160

4for240

6for320

8for480

Notes:

It seems that7YZ builds became4YZ with Google Play services v6.5.If you were on7YZ before,you should now install4YZ.

It seems that4YZ builds got split into2YZ for Lollipop and4YZ for Marshmallow with Google Play services v8.If you were on4YZ before,you should now install2YZ in Lollipop and4YZ in Marshmallow.

Examples:

014for Android<5.0armeabi CPU240DPI device

438for Android6.0+armeabi-v7a CPU480DPI device

876for Android TV x86CPU320DPI device