gpt4 book ai didi

Android 应用程序未向 Google Play 商店的平板电脑用户显示

转载 作者:行者123 更新时间:2023-11-30 03:18:51 26 4
gpt4 key购买 nike

我的 Android 应用程序无法通过平板电脑在 Google Play 商店中找到。应用程序 list 如下:

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

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

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />


<uses-feature android:name="android.hardware.nfc" android:required="false" />
<uses-feature android:name="android.hardware.telephony" android:required="false" />

我已经在我的平板电脑上测试了 apk,它工作正常。但是当我在 google play 上发布我的应用程序时,我无法通过 google play 在我的平板电脑上看到我的应用程序?请帮助!提前谢谢...

最佳答案

请添加以下行。它应该可以解决您的问题!!

<supports-screens android:resizeable="true" android:anyDensity="true" />

关于Android 应用程序未向 Google Play 商店的平板电脑用户显示,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19537760/

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