在应用更新期间提高 Android API 级别 [英] Increase the Android API level during app update

查看:17
本文介绍了在应用更新期间提高 Android API 级别的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我现有的一个已启动应用的 minSdkVersion 是 4,但现在我想提供一个更新,将 minSdkVersion 更改为 5.

One of my existing launched app's minSdkVersion is 4, but now I want to provide an update , which minSdkVersion is changed to 5.

我已经尝试上传到市场上是好的,但是当这个更新真正推出时会发生什么?

I have tried and upload to the market is okay, but what will happend when this update is really being rolled out?

设备达不到要求的用户会怎样?除了他们将来无法安装该应用外,是否有任何副作用?

What would happen to the user with device can't meet the requirement? Any side effect except they won't be able to install the app in the future?

谢谢.

推荐答案

如果您在开发者控制台中停用"旧的 apk 文件 - 您的应用程序将只能下载 API 5+.对于使用 API 4 且已安装应用程序的人不会有任何影响.

If you "deactivate" old apk file in developer console - your app will we able for downloading only for API 5+. There will not be any effect for people with API 4 and already installed app.

如果您将市场中的新旧 apk 都保持在活动"状态,那么市场将为 API 4 的用户提供旧的 apk,为 API 5+ 的用户提供新的 apk.他们还将提供更新您的应用程序.

If you keep both old and new apks in market in "active" state, then market will offer old one for people with API 4 and new one for people with API 5+. Also they will be offered to update your app.

当您添加支持的版本少于旧版本的 apk 时,您会看到:

When you add apk that supports less versions than old one, you will see this:

http://take.ms/E0SYg

市场自行决定给用户什么 apk.

Market resolve itself what apk to give user.

这篇关于在应用更新期间提高 Android API 级别的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆