Android MC40设备出现Google Play服务问题

Android MC40设备出现Google Play服务问题,android,google-play-services,Android,Google Play Services,我已经在MC40设备上安装了android应用程序。该应用程序在内部使用GCM服务。MC40没有预先安装google play服务。所以我在gradlecompile com.google.android.gms:play services:8.4.0中包含了google play服务,并与应用程序捆绑在一起,但当我在MC40设备上运行应用程序时,它仍然要求安装google play服务。这个问题有什么解决方案吗?如果设备没有安装google play services,没有解决方案。将play

我已经在MC40设备上安装了android应用程序。该应用程序在内部使用GCM服务。MC40没有预先安装google play服务。所以我在gradle
compile com.google.android.gms:play services:8.4.0
中包含了google play服务,并与应用程序捆绑在一起,但当我在MC40设备上运行应用程序时,它仍然要求安装google play服务。这个问题有什么解决方案吗?

如果设备没有安装google play services,没有解决方案。将play services编译到应用程序中只会为您提供与google play services的接口,而不是安装服务本身。如果没有安装Google Play应用程序和库,您的应用程序将无法运行。