在Playstore上载APK时发生错误 [英] Error while uploading apk on playstore

查看:430
本文介绍了在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天全站免登陆