Error while uploading apk on playstore

▼魔方 西西 提交于 2019-11-27 23:53:01

问题


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

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

Thank you.


回答1:


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

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.



来源:https://stackoverflow.com/questions/43098392/error-while-uploading-apk-on-playstore

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!