• <legend id='d3XG0'><style id='d3XG0'><dir id='d3XG0'><q id='d3XG0'></q></dir></style></legend>

  • <tfoot id='d3XG0'></tfoot>

          <bdo id='d3XG0'></bdo><ul id='d3XG0'></ul>
        <i id='d3XG0'><tr id='d3XG0'><dt id='d3XG0'><q id='d3XG0'><span id='d3XG0'><b id='d3XG0'><form id='d3XG0'><ins id='d3XG0'></ins><ul id='d3XG0'></ul><sub id='d3XG0'></sub></form><legend id='d3XG0'></legend><bdo id='d3XG0'><pre id='d3XG0'><center id='d3XG0'></center></pre></bdo></b><th id='d3XG0'></th></span></q></dt></tr></i><div id='d3XG0'><tfoot id='d3XG0'></tfoot><dl id='d3XG0'><fieldset id='d3XG0'></fieldset></dl></div>

        <small id='d3XG0'></small><noframes id='d3XG0'>

        为什么我的应用没有显示在 Google Play 的平板电脑上?

        Why my App is not showing up on tablets in Google Play?(为什么我的应用没有显示在 Google Play 的平板电脑上?)
        • <bdo id='2nkKQ'></bdo><ul id='2nkKQ'></ul>

              <i id='2nkKQ'><tr id='2nkKQ'><dt id='2nkKQ'><q id='2nkKQ'><span id='2nkKQ'><b id='2nkKQ'><form id='2nkKQ'><ins id='2nkKQ'></ins><ul id='2nkKQ'></ul><sub id='2nkKQ'></sub></form><legend id='2nkKQ'></legend><bdo id='2nkKQ'><pre id='2nkKQ'><center id='2nkKQ'></center></pre></bdo></b><th id='2nkKQ'></th></span></q></dt></tr></i><div id='2nkKQ'><tfoot id='2nkKQ'></tfoot><dl id='2nkKQ'><fieldset id='2nkKQ'></fieldset></dl></div>

              <small id='2nkKQ'></small><noframes id='2nkKQ'>

                <tbody id='2nkKQ'></tbody>
                1. <tfoot id='2nkKQ'></tfoot>
                2. <legend id='2nkKQ'><style id='2nkKQ'><dir id='2nkKQ'><q id='2nkKQ'></q></dir></style></legend>
                  本文介绍了为什么我的应用没有显示在 Google Play 的平板电脑上?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我刚刚发布了适用于手机和平板电脑的应用,但它没有出现在平板电脑的 Google Play 中.

                  I just released my app for phones and tablets but it is not showing up in Google Play for tablets.

                  在 Nexus 7 和华硕 eeeePad 上检查

                  Checked on Nexus 7 and Asus eeeePad

                  这是我的清单文件中的内容

                  This is what I have in my manifest file

                  <compatible-screens>
                      <!--no small size screens -->
                  
                      <!--Only hdpi and xhdpi for normal size screens -->
                      <screen android:screenSize="normal" android:screenDensity="mdpi" />
                      <screen android:screenSize="normal" android:screenDensity="hdpi" />
                      <screen android:screenSize="normal" android:screenDensity="xhdpi" />
                  
                      <!-- all large size screens -->
                      <screen android:screenSize="large" android:screenDensity="ldpi" />
                      <screen android:screenSize="large" android:screenDensity="mdpi" />
                      <screen android:screenSize="large" android:screenDensity="hdpi" />
                      <screen android:screenSize="large" android:screenDensity="xhdpi" />
                  
                      <!-- all xlarge size screens -->
                      <screen android:screenSize="xlarge" android:screenDensity="ldpi" />
                      <screen android:screenSize="xlarge" android:screenDensity="mdpi" />
                      <screen android:screenSize="xlarge" android:screenDensity="hdpi" />
                      <screen android:screenSize="xlarge" android:screenDensity="xhdpi" />
                  </compatible-screens>
                  

                  使用-sdk标签

                  <uses-sdk android:minSdkVersion="8" android:targetSdkVersion="11" />
                  

                  权限

                  <uses-permission android:name="com.android.vending.BILLING" />
                  <uses-permission android:name="android.permission.CAMERA" />
                  <uses-permission android:name="android.permission.VIBRATE" />
                  <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
                  <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
                  <uses-permission android:name="android.permission.ACCESS_LOCATION_EXTRA_COMMANDS" />
                  <uses-permission android:name="android.permission.READ_PHONE_STATE" />
                  <uses-permission android:name="android.permission.INTERNET" />
                  <uses-permission android:name="android.permission.RECEIVE_SMS" />
                  <uses-permission android:name="android.permission.RECORD_AUDIO" />
                  <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />
                  <uses-permission android:name="android.permission.READ_CONTACTS" />
                  <uses-permission android:name="android.permission.WRITE_CONTACTS" />
                  <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
                  <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> 
                  <uses-permission android:name="android.permission.GET_ACCOUNTS" />
                  <uses-permission android:name="android.permission.BROADCAST_STICKY" />
                  <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/>
                  <permission android:name="com.myapp.something.permission.C2D_MESSAGE" android:protectionLevel="signature" />
                  

                  在将 uses-feature 标记显式添加为 false 后,它开始出现在 Asus eeeePad 平板电脑上,但仍然没有出现在 nexus 7 上.这是我在开发者控制台中看到的

                  After explicitly adding uses-feature tag to false it started appearing for Asus eeeePad tablet but still not appearing for nexus 7. Here is what I see in developer console

                  此应用程序仅适用于具有这些功能的设备,如您的应用程序清单中所定义.屏幕密度:LARGE,MDPI LARGE,HDPI LARGE,LDPI LARGE,XHDPI XLARGE,MDPI XLARGE,HDPI XLARGE,LDPI XLARGE,XHDPI NORMAL,MDPI NORMAL,HDPI NORMAL,XHDPI所需的设备功能

                  This application is only available to devices with these features, as defined in your application manifest. Screen densities: LARGE,MDPI LARGE,HDPI LARGE,LDPI LARGE,XHDPI XLARGE,MDPI XLARGE,HDPI XLARGE,LDPI XLARGE,XHDPI NORMAL,MDPI NORMAL,HDPI NORMAL,XHDPI Required device features

                  android.hardware.screen.portrait
                  android.hardware.touchscreen
                  

                  推荐答案

                  最后在 <compatible-screens> 标签中为 Nexus 7 添加一个特殊情况对我有用.由于 Nexus 7 具有 tvdpi 密度

                  At last adding a special case for Nexus 7 with in <compatible-screens> tag worked for me. As Nexus 7 has tvdpi density

                  <compatible-screens>
                      <!--no small size screens -->
                  
                  
                      <!--all normal size screens -->
                      <screen android:screenSize="normal" android:screenDensity="ldpi" />
                      <screen android:screenSize="normal" android:screenDensity="mdpi" />
                      <screen android:screenSize="normal" android:screenDensity="hdpi" />
                      <screen android:screenSize="normal" android:screenDensity="xhdpi" />
                  
                      <!-- all large size screens -->
                      <screen android:screenSize="large" android:screenDensity="ldpi" />
                      <screen android:screenSize="large" android:screenDensity="mdpi" />
                      <screen android:screenSize="large" android:screenDensity="hdpi" />
                      <screen android:screenSize="large" android:screenDensity="xhdpi" />
                  
                      <!-- all xlarge size screens -->
                      <screen android:screenSize="xlarge" android:screenDensity="ldpi" />
                      <screen android:screenSize="xlarge" android:screenDensity="mdpi" />
                      <screen android:screenSize="xlarge" android:screenDensity="hdpi" />
                      <screen android:screenSize="xlarge" android:screenDensity="xhdpi" />
                  
                      <!-- Special case for Nexus 7 -->
                      <screen android:screenSize="large" android:screenDensity="213" />
                  
                  </compatible-screens>
                  

                  更新:

                  对于 xxhdpi 设备,您可以使用 480 作为 int 值

                  For xxhdpi devices you can use 480 as an int value

                       <screen android:screenSize="normal" android:screenDensity="480" />
                       <screen android:screenSize="large" android:screenDensity="480" />
                       <screen android:screenSize="xlarge" android:screenDensity="480" />`
                  

                  这篇关于为什么我的应用没有显示在 Google Play 的平板电脑上?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  Android - Is it possible to get install referrer programmatically(Android - 是否有可能以编程方式安装引荐来源网址)
                  How to sign an APK with more than one certificate?(如何使用多个证书签署 APK?)
                  versionCode vs versionName in Android Manifest(Android Manifest 中的 versionCode 与 versionName)
                  What does this Google Play APK publish error message mean?(这个 Google Play APK 发布错误消息是什么意思?)
                  Lost my keystore for uploaded app on android market(丢失了我在 android 市场上上传的应用程序的密钥库)
                  App on Google Play always shows quot;Updatequot; instead of open(Google Play 上的应用程序总是显示“更新;而不是打开)

                    <tbody id='GlCX9'></tbody>
                    <bdo id='GlCX9'></bdo><ul id='GlCX9'></ul>
                    <tfoot id='GlCX9'></tfoot>

                  • <small id='GlCX9'></small><noframes id='GlCX9'>

                        • <i id='GlCX9'><tr id='GlCX9'><dt id='GlCX9'><q id='GlCX9'><span id='GlCX9'><b id='GlCX9'><form id='GlCX9'><ins id='GlCX9'></ins><ul id='GlCX9'></ul><sub id='GlCX9'></sub></form><legend id='GlCX9'></legend><bdo id='GlCX9'><pre id='GlCX9'><center id='GlCX9'></center></pre></bdo></b><th id='GlCX9'></th></span></q></dt></tr></i><div id='GlCX9'><tfoot id='GlCX9'></tfoot><dl id='GlCX9'><fieldset id='GlCX9'></fieldset></dl></div>
                          <legend id='GlCX9'><style id='GlCX9'><dir id='GlCX9'><q id='GlCX9'></q></dir></style></legend>