在 Playstore 上传 apk 时出错 [英] Error while uploading apk on playstore

查看:29
本文介绍了在 Playstore 上传 apk 时出错的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在 Playstore 上传 apk 时出现以下错误,请帮忙.

getting following error while uploading apk on playstore, please help.

停用此 apk 将导致您的应用程序可用于在较少类型的设备上进行新安装.

deactivation of this apk will result into your app being available for new installs on fewer types of devices.

谢谢.

推荐答案

此消息是一条警告,表示您的新 apk 将可用于较少数量的设备.

This message is a warning which says that your new apk will be available for a fewer number of devices.

原因是,您所做的更改可能会影响 AndroidManifest.xml.您可以添加新的权限、功能、屏幕支持等.因此,当您错误地添加其中之一时,此消息将很有帮助,并且您可以将 apk 提供给更少的人(谁愿意错误地这样做?).

The reason is, you made changes which probably affected AndroidManifest.xml. You could add new permissions, feature, screen support etc. So this message will be helpful when you added one of them by mistake and you would make apk available for fewer people (who would like to do that by mistake?).

检查您的代码更改(与之前的版本相比)以检查究竟是什么导致了这种限制.

Go through your code changes (comparing to the previous build) to check what exactly makes this limitation happened.

在大多数情况下,它完全没问题,因为在开发过程中,您对系统或设备提出更多要求是很自然的,因此它会在较少数量的设备上运行.

In most of the cases it's totally fine, because it's just natural that during the development process, you request more regarding system or device and as a result, it will run on a smaller number of devices.

如果您知道自己在做什么,则可以忽略此警告并继续发布.

You can ignore this warning and go ahead with publishing if you're aware what you're doing.

这篇关于在 Playstore 上传 apk 时出错的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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