我刚刚开发了一个新的应用程序(https://play.google.com/store/apps/details?id=com.viewpointus.workstatement),当我将其上传到Play商店时,它不会与平板电脑兼容,但它会安装在AVD(Android虚拟设备)中,同样在我安装的Nexus 9平板电脑上。说明:
minSdkVersion 16
targetSdkVersion 21
compile 'com.android.support:appcompat-v7:21.0.0'
compile 'com.android.support:support-v4:21.0.0'
<uses-feature android:name="android.hardware.telephony" android:required="false" />
<uses-feature android:name="android.hardware.touchscreen" android:required="false" />
答案 0 :(得分:1)
您仍然可以下载并将其安装在表格中。但Google Play商店不会将其标记为“针对平板电脑进行优化”,因为您没有屏幕截图显示您的程序在纵向和横向模式下的7'和10'平板电脑中的外观。
答案 1 :(得分:1)
它可以正确安装到模拟器,因为它可以进行测试。我想你甚至可以在平板电脑上安装它。只要你有APK。
但是,如果Google Play将其标记为与平板电脑兼容,则必须首先通过Confirm the App's Platform and Screen Compatibility Ranges中关于平板电脑的Launch Checklist。
您可以查看此Screens Distribution文档,了解有关屏幕兼容性分布的更多信息。干杯!