【发布时间】:2015-09-29 15:21:00
【问题描述】:
我已向 Google Play 提交了我的应用的多个版本,但我注意到最新版本中存在错误。但是,所有以前的版本仍然出现并在APK 部分中标记为Unpublished。我正在尝试取消发布版本2.1 并使用版本2.0。
这是我采取的步骤:
- 我去了 APK 部分
- 我切换到高级模式
- 然后在版本
2.0我点击Move to Prod - 然后在版本
2.1我点击Deactivate
然后我收到此错误消息:(版本 7 是 2.1,版本 6 是 2.0)
This configuration cannot be published for the following reason(s):
It is forbidden to downgrade devices which previously matched version 7
to version 6, which would occur when
API levels in range 16+ and
Screen layouts containing any of [small, normal, large, xlarge]
and Features containing all of [android.hardware.screen.PORTRAIT,
android.hardware.TOUCHSCREEN].
比较两个版本的APK,配置完全一样:
-------------------------------------------------------
Details | Version 2.0 | Version 2.1 |
-------------------------------------------------------
API levels | 16+ | 16+ |
-------------------------------------------------------
Screen lay. | 4 screen (s/n/l/xl)| 4 screen (s/n/l/xl)|
-------------------------------------------------------
Features | same for both | same |
-------------------------------------------------------
所以在这种情况下,错误消息的信息量不是很大。这是返回并激活旧 APK 版本的正确方法吗?如果是,这里有什么问题?
【问题讨论】:
-
如果一切都失败了,您可以使用您的 2.0 代码并假装它是 2.2,因此就 Google 而言它是较新的。
标签: android google-play