博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Android : Your APK does not seem to be designed for tablets.
阅读量:5231 次
发布时间:2019-06-14

本文共 1130 字,大约阅读时间需要 3 分钟。

1. 解决办法:

Add these config in AndroidManifest.xml

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.

About supports-screens

Lets you specify the screen sizes your application supports and enable 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.

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

转载于:https://www.cnblogs.com/xiaokang088/p/3547595.html

你可能感兴趣的文章
c#连接excel2007未安装ISAM解决
查看>>
Mono 异步加载数据更新主线程
查看>>
初识lua
查看>>
我是插件狂人,jDuang,jValidator,jModal,jGallery
查看>>
张季跃 201771010139《面向对象程序设计(java)》第四周学习总结
查看>>
如何解除循环引用
查看>>
android中fragment的使用及与activity之间的通信
查看>>
jquery的contains方法
查看>>
python3--算法基础:二分查找/折半查找
查看>>
Perl IO:随机读写文件
查看>>
Perl IO:IO重定向
查看>>
转:基于用户投票的排名算法系列
查看>>
WSDL 详解
查看>>
[转]ASP数组全集,多维数组和一维数组
查看>>
C# winform DataGridView 常见属性
查看>>
逻辑运算和while循环.
查看>>
Nhiberate (一)
查看>>
c#后台计算2个日期之间的天数差
查看>>
安卓开发中遇到的小问题
查看>>
ARTS打卡第3周
查看>>