Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/229.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
将Android Play服务包括到APK_Android_Google Play Services - Fatal编程技术网

将Android Play服务包括到APK

将Android Play服务包括到APK,android,google-play-services,Android,Google Play Services,对于一个应用程序,我需要利用谷歌的play服务进行定位 有没有办法将位置服务('com.google.android.gms:play services location:7.0.0')包含到.apk中,以便最终用户在设备上安装旧版本时无需通过play store更新播放服务?谷歌播放服务是独立的应用程序。由于它不是开源的,我们将无法将其作为应用程序apk的一部分使用 我们在应用程序中添加的google play代码部分只是我们的应用程序和google play services应用程序之间的接

对于一个应用程序,我需要利用谷歌的play服务进行定位


有没有办法将位置服务('com.google.android.gms:play services location:7.0.0')包含到.apk中,以便最终用户在设备上安装旧版本时无需通过play store更新播放服务?

谷歌播放服务是独立的应用程序。由于它不是开源的,我们将无法将其作为应用程序apk的一部分使用

我们在应用程序中添加的google play代码部分只是我们的应用程序和google play services应用程序之间的接口