android - 升级 Google Play Services 版本安全吗?如何测试是否一切正常?

标签 android

在我的应用程序中,我有这些依赖项:

compile 'com.google.android.gms:play-services-base:7.3.0'
compile 'com.google.android.gms:play-services-analytics:7.3.0'
compile 'com.google.android.gms:play-services-gcm:7.3.0'

升级到 8.4 是否安全?我该如何测试(如果需要测试)?

最佳答案

当我将 GPS 更新到高于 8.3 的版本时,它破坏了我的发布!因为它需要 applicatioId= 在 gradle 中。 这是问题: https://code.google.com/p/analytics-issues/issues/detail?id=784

关于android - 升级 Google Play Services 版本安全吗?如何测试是否一切正常?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35572995/

相关文章:

android - 如何使 ViewPager 的项目在方向改变时被销毁?

android - 可能的 Android 依赖问题

android - Kotlin 协程 : Note: end time exceeds epoch:

android - 如何在 'one' 应用程序中使用两个 Parse 帐户

android - 如何将android样式定义的textcolor设置为背景色?

android - 在 RelativeLayout 中从一个 Angular 到另一个 Angular 绘制对 Angular 线

android - 无法用新 fragment 替换 fragment

php - 从 mysqli_multi_query 检索数组。数组为空?

java - 如何使 "bringToFront()"仅针对特定 View (按钮)?

android - 如何确保待机状态下的 Android 应用程序的网络连接?