为什么 Google Play Services apk 没有更新
Why Google Play Services apk is not updating
我有索尼 Xperia 运行 Android 4.4.4 (KitKat) 和 Google Play Services 4.4.52。我的应用程序是针对最新的 Play Services v7.3.0 构建的,因此正确地请求用户升级到最新的 Play Services。我的问题是:
- 为什么 Android 没有自动下载此更新?我最近将 phone 重置为出厂设置,它提示我更新一些其他应用程序,但 Play 服务似乎没有自动更新。它有无线互联网接入。我担心其他用户会遇到这个问题,阻止他们在更新之前使用该应用程序。 Android 概述页面 here 的 Google API 表明更新是在每次发布后的几天内悄悄完成的。
- 为什么我无法通过在 Play 商店中搜索找到 Google Play 服务?似乎只能通过游戏商店直接 link 找到它。
谢谢大家
Why has Android not automatically downloaded this update? I recently
reset the phone back to factory, and it is prompting me to update a
handful of other apps, but it appears Play Services is not being
automatically updated. It has wifi internet access. I'm concerned that
other users will experience this problem, preventing them from using
the app until they update. The Google APIs for Android overview page
here indicates updates are done silently and within days of each
release.
我建议您将 Google Play 服务更新到 7.5.0,因为它是最新版本。这应该可以解决更新问题。
Why can't I find Google Play Services through a search on the Play
Store? It seems can only find it with a direct link to it via the play
store.
检查您的 android 清单以了解应用的权限和 min/target SDK 版本。可能有些东西不允许您在 Google Play 上看到您的应用程序(例如,您的 Sony Xperia 4.4.4 中不存在的东西)
我有索尼 Xperia 运行 Android 4.4.4 (KitKat) 和 Google Play Services 4.4.52。我的应用程序是针对最新的 Play Services v7.3.0 构建的,因此正确地请求用户升级到最新的 Play Services。我的问题是:
- 为什么 Android 没有自动下载此更新?我最近将 phone 重置为出厂设置,它提示我更新一些其他应用程序,但 Play 服务似乎没有自动更新。它有无线互联网接入。我担心其他用户会遇到这个问题,阻止他们在更新之前使用该应用程序。 Android 概述页面 here 的 Google API 表明更新是在每次发布后的几天内悄悄完成的。
- 为什么我无法通过在 Play 商店中搜索找到 Google Play 服务?似乎只能通过游戏商店直接 link 找到它。
谢谢大家
Why has Android not automatically downloaded this update? I recently reset the phone back to factory, and it is prompting me to update a handful of other apps, but it appears Play Services is not being automatically updated. It has wifi internet access. I'm concerned that other users will experience this problem, preventing them from using the app until they update. The Google APIs for Android overview page here indicates updates are done silently and within days of each release.
我建议您将 Google Play 服务更新到 7.5.0,因为它是最新版本。这应该可以解决更新问题。
Why can't I find Google Play Services through a search on the Play Store? It seems can only find it with a direct link to it via the play store.
检查您的 android 清单以了解应用的权限和 min/target SDK 版本。可能有些东西不允许您在 Google Play 上看到您的应用程序(例如,您的 Sony Xperia 4.4.4 中不存在的东西)