1. 解决办法:

Add these config in AndroidManifest.xml

<supports-screens android:smallScreens="true"android:normalScreens="true"android:largeScreens="true"android:xlargeScreens="true"android:anyDensity="true"/><uses-feature android:name="android.hardware.camera" android:required="false" /><uses-feature android:name="android.hardware.wifi" android:required="false" /><uses-feature android:name="android.hardware.telephony" android:required="false" /><uses-feature android:name="android.hardware.touchscreen" android:required="false" /><uses-feature android:name="android.hardware.screen.portrait" android:required="false" /><uses-feature android:name="android.hardware.screen.landscape" android:required="false" />

2. 官方解释

About uses-feature

Google Play uses the <uses-feature>elements declared in your app manifest to filter your app from devices that do not meet it's hardware and software feature requirements.

Declared <uses-feature> elements are informational only, meaning that the Android system itself does not check for matching feature support on the device before installing an application. However, other services (such as Google Play) or applications may check your application's <uses-feature> declarations as part of handling or interacting with your application. For this reason, it's very important that you declare all of the features (from the list below) that your application uses.

http://developer.android.com/guide/topics/manifest/uses-feature-element.html

About supports-screens

Lets you specify the screen sizes your application supports and enable screen compatibility mode for screens larger than what your application supports. It's important that you always use this element in your application to specify the screen sizes your application supports.

http://developer.android.com/guide/topics/manifest/supports-screens-element.html

有几个默认就是true,另外几个根据不同的版本默认true或者flase。

更多相关文章

  1. ADT版本更新失败,降级
  2. Android对应版本号
  3. android API版本对应的系统版本及Android获取手机和系统版本等信
  4. Android修改APP版本号
  5. cocos2dx打包Android出现“未指定Android目标平台版本”问题
  6. 百度地图android客户端的AndroidMainfest.xml的学习和android版
  7. 【安卓学习之开发工具】 Android Studio学习 6 - Android Studio
  8. minSdkVersion各个版本号对应android版本
  9. Android版本和API Level对应关系

随机推荐

  1. mysql随机取出若干条记录的实用方法
  2. 十万火急!如何远程复制sql2000数据库
  3. 求SQL语句,有没有周末上班的高手,给帮个忙
  4. 谁能给我讲讲用C#在windows mobile上开发
  5. Sql Server系列:Insert语句
  6. CentOS系统操作mysql的常用命令
  7. xp使用mysql出现的问题
  8. Oracle的临时表空间
  9. 数据库不支持中文解决方案(mysql)
  10. sql2000 第一次执行慢