android - 新版本上传警告

标签 android admob

我即将更新我的应用程序的新版本到 Google Play 商店,我正在为 admob 使用 Google Play 服务。我的 minsdk 是 8。我知道要使用 google play 服务我必须至少有 API 9。但是,我确实有用户在 API 8 上使用该应用程序。在我的代码中,我进行了平台版本检查,以确保在 API 级别 8 上不显示广告。但是,我在 Google Play 上收到警告:

You uploaded an APK that uses Google Play services version 8298000. This will only work with Android API levels of 9 and above. It is discouraged to use this Google Play services version unless you have set the minSdkVersion in your manifest to 9 or higher

由于检查到位,我的应用不会在 API 8 上崩溃。

  1. 如果我忽略警告,Google play 会接受 apk 吗?
  2. 如果我将 minsdk 更改为 9,那些在 API 8 上使用它的人会发生什么情况 - 他们能否重新安装它?

最佳答案

回答您的问题 (2),如果您将最低 SDK 增加到 9,则不会向拥有 API 8 设备的用户建议更新。

关于android - 新版本上传警告,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38005835/

相关文章:

android - 如何保护 Android list 中的 AdMob App ID?

android - AdMob Native Ads Express 未收到测试广告

swift - 在真实设备上展示测试广告

android - Cordova 编译因 admob 失败 - 缺少 com.google.android.gms :play-services-ads:+

android - 摄像头未在 WebView 中打开

android - 如何在 Android Things 应用程序上获得语音识别?

android - 如何在崩溃期间记录额外数据

android - AdMob SDK 出现致命异常 : java. lang.ExceptionInInitializerError

android - libGDX:将调色板中的第一种颜色视为透明色

Android Studio 不将 Java 文件 checkin GitHub