【问题标题】:Google play is not displaying my app for tablets?Google Play 没有显示我的平板电脑应用?
【发布时间】:2012-06-05 04:17:14
【问题描述】:

我也想为平板电脑展示我的应用程序,需要遵循哪些必要步骤才能让我的应用程序也为平板电脑列出。我的应用程序已经为手机列出了。我错过了什么吗在这里,请提供您的帮助。谢谢。

【问题讨论】:

    标签: android tablet google-play


    【解决方案1】:

    将以下代码写入您的 Androidmanifest.xml 文件中

    <supports-screens
            android:anyDensity="true"
            android:largeScreens="true"
            android:normalScreens="true"
            android:smallScreens="true" />
    

    【讨论】:

    • 将上述代码添加到清单中,因此我们需要在我们的 xml 布局中进行更改..
    【解决方案2】:

    查看给出的步骤解决兼容性问题Manifest.xml 中所做的所有更改查看并更新您的清单设置 http://developer.android.com/guide/publishing/preparing.html

    如何支持多屏? http://developer.android.com/guide/practices/screens_support.html

    此步骤将间接导致您的应用也适用于平板电脑。

    【讨论】:

      猜你喜欢
      • 2012-07-26
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2013-08-16
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多