Android清单文件:应用程序支持平板电脑,但标记为“不兼容".在市场上? [英] Android Manifest File: App Supports Tablets, but is marked "not compatible" in market?

查看:135
本文介绍了Android清单文件:应用程序支持平板电脑,但标记为“不兼容".在市场上?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经在论坛上阅读了其他一些有关处理清单文件的内容.虽然我找到了答案;它仍然无法解决我的特定问题.我的应用程序是为任何手机或平板电脑设计的,但是Google的Play商店说不兼容".我正在尝试使该应用程序可用于手机和平板电脑(蜂窝或只是wifi).任何帮助都将是非常棒的,在此先感谢您.我显然在此清单文件中缺少某些内容.

I've been reading several other things on the forum for handling the Manifest File. Though I've found answers; it still doesn't address my particular issue. My application is designed for any phone or tablet, but Google's Play Store says "Not Compatible." I'm attempting to make the application available to phones and tablets (cellular or just wifi). Any assistance would be terrific, thank you in advance. I'm clearly missing something in this manifest file.

这些是请求的权限:

android.permission.INTERNET, 
android.permission.CALL_PHONE, 
android.permission.SEND_SMS, 
android.permission.ACCESS_NETWORK_STATE, 
android.permission.CHANGE_NETWORK_STATE, 
android.permission.ACCESS_WIFI_STATE, 
android.permission.CHANGE_WIFI_STATE, 
android.permission.ACCESS_COARSE_LOCATION, 
android.permission.READ_PHONE_STATE

功能:

android.hardware.location, 
android.hardware.location, 
android.hardware.location.network, 
android.hardware.touchscreen, 
android.hardware.wifi

这是一个很奇怪的错误;加上它似乎要求的方法无效.

It is quite an odd error; plus the methodology in which it appears to request is invalid.

推荐答案

我可以认为某些平板电脑没有 call_phone 权限,因为它们仅具有wifi?您确定平板电脑具有3g功能吗?(也用于 sms )

I could think that some tablets don't have call_phone permission, since they only have wifi? Are you sure the tablet has 3g functionality? (Also for the sms)

这篇关于Android清单文件:应用程序支持平板电脑,但标记为“不兼容".在市场上?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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