gpt4 book ai didi

android - 谷歌 Play 商店中的平板电脑未显示 Phonegap 应用程序

转载 作者:行者123 更新时间:2023-12-02 09:44:11 24 4
gpt4 key购买 nike

我想使用 Phonegap 为智能手机和平板电脑发布一个应用程序,但我的测试应用程序没有出现在 Play 商店中的平板电脑上。它只出现在智能手机上,尽管设备兼容性列表中显示了平板电脑设备,旁边有一个绿色的复选标记。

信息:

  • 应用程序几乎是空的
  • 未设置权限
  • support-screens 将属性“largeScreens”和“xlargeScreens”设置为 true

  • list 文件:
        <manifest android:hardwareAccelerated="true" android:versionCode="7" android:versionName="1.0.6" android:windowSoftInputMode="adjustPan" package="my.testing.app12345" xmlns:android="http://schemas.android.com/apk/res/android">
    <supports-screens android:anyDensity="true" android:largeScreens="true" android:normalScreens="true" android:resizeable="true" android:smallScreens="true" android:xlargeScreens="true" />
    <application android:debuggable="false" android:hardwareAccelerated="true" android:icon="@drawable/icon" android:label="@string/app_name">
    <activity android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale" android:label="@string/app_name" android:name="ResolutionTester" android:theme="@android:style/Theme.Black.NoTitleBar">
    <intent-filter>
    <action android:name="android.intent.action.MAIN" />
    <category android:name="android.intent.category.LAUNCHER" />
    </intent-filter>
    </activity>
    </application>
    <uses-sdk android:minSdkVersion="11" android:targetSdkVersion="19" />
    </manifest>

    最佳答案

    我发现我的应用可以在 Play 商店中正确找到,即使对于平板电脑也是如此。通过为平板电脑用户创建 7"布局来改进我的应用程序的消息仍然存在,但它可以通过 Play 商店安装到平板电脑上而没有问题。奇怪...

    关于android - 谷歌 Play 商店中的平板电脑未显示 Phonegap 应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23962911/

    24 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com