简体   繁体   English

Android Play 商店最低目标 API 26

[英]Android Play Store minimum target API 26

When I try to upload my signed APK with target API level 23 I receive this error:当我尝试上传目标 API 级别为 23 的已签名 APK 时,我收到此错误:

Your app's current target API level is 23, but the minimum target API level must be 26 to ensure that the app is based on the latest APIs optimized for security and good performance.您的应用当前的目标 API 级别为 23,但最低目标 API 级别必须为 26,以确保该应用基于针对安全性和良好性能进行了优化的最新 API。 Change the target API level of your app to at least 26.将您应用的目标 API 级别更改为至少 26。

But if I rebuild with target API level 26 I receive this error:但是,如果我使用目标 API 级别 26 进行重建,则会收到此错误:

This version cannot be implemented because it does not allow existing users to upgrade to the latest APKs added.此版本无法实施,因为它不允许现有用户升级到添加的最新 APK。

How can I ignore users upgrade?如何忽略用户升级?

The error:错误:

This version cannot be implemented because it does not allow existing users to update to the latest APKs added.此版本无法实施,因为它不允许现有用户更新到添加的最新 APK。

It was caused by a lower version code than the one currently in production and was unrelated to the API version.它是由低于当前生产的版本代码引起的,与 API 版本无关。 I have increased the version number and I can safely use the API level 26我已经增加了版本号,我可以安全地使用 API 级别 26

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Delphi - Google Play上的新应用必须定位到Android 8(API级别26) - 后台的PUSH通知 - Delphi - New apps on Google Play must target Android 8 (API level 26) - PUSH notification in background 哪个是使用目标 sdk 26 在 Android 应用程序上播放 RTSP 视频的最佳 API? - Which is the best API to play RTSP videos on Android App with target sdk 26 ? 如何在android studio中添加android目标/ API android-26? - How to add android target / API android-26 in android studio? Android MediaPlayer无法在API 26+上播放音乐 - Android MediaPlayer won't play music on API 26+ 谷歌商店android api? - Google play store android api? 回收站查看 API 26 - android - RecyclerView for API 26 - android android最低和目标SDK - android minimum and target SDK Android Api级别:目标模型与最低清单 - Android Api Level: Target Model vs. Manifest minimum 当我们在 Xamarin.Forms Android 应用程序中将目标 API 版本更改为 26 时无法读取/写入文件 - Not able to Read/Write Files when we changed Target API Version to 26 in Xamarin.Forms Android Application 面向库的API级别26(Android 8.0)或更高版本所需的新应用(.aar或.jar工件) - New apps required to target API level 26 (Android 8.0) or higher for Libraries (.aar or .jar artifacts)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM