应用程序更新过程中增加对Android的API级别 [英] Increase the Android API level during app update

查看:140
本文介绍了应用程序更新过程中增加对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.

我试图上传到市场是好的,但究竟会happend时,该更新确实正在推出?

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和新的人与API 5+。此外,他们将提供更新您的应用程序。

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:

市场的决心本身有什么APK给用户。

Market resolve itself what apk to give user.

这篇关于应用程序更新过程中增加对Android的API级别的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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