gpt4 book ai didi

android - Samsung Galaxy Tab 上的 Android Market 中未显示的应用程序

转载 作者:行者123 更新时间:2023-11-29 02:15:35 24 4
gpt4 key购买 nike

从 Samsung Galaxy Tab 查看时,我的一些应用程序没有出现在 Android 电子市场中。

我注意到这也发生在其他开发者的许多其他应用程序上。如果我将 Nexus One 上市场中某个类别的“Just in”与 Galaxy Tab 进行比较,就会发现 Nexus One 上出现了更多的应用程序。所以我认为这不是我的应用特有的问题。

奇怪的是,我无法弄清楚我的应用程序显示和不显示之间有什么不同。例如,在我的一个确实出现的应用程序的 Android list 中,我有这个:

<uses-sdk android:minSdkVersion="3" />

<!-- Prevent shoeboxing on Tab -->
<supports-screens android:largeScreens="true" />

在 Android Market 中显示该应用程序,该应用程序在 Tab 上全屏显示。

但是对于我的其他几个具有相同设置的应用程序,我无法浏览或搜索以查找市场中列出的应用程序。就好像他们根本不在市场上一样。

仅供引用,我可以在 Galaxy Tab AVD 模拟器上正常运行这些应用程序。我也尝试过最小 SDK 为 4。

谢谢!!

最佳答案

Android Market filters out applications based on the values specified in the AndroidManifest.xml file. The 7” inch tablet is a “large” screen. So, for applications which have minSDKVersion=3, define support-screens tag explicitly as:

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

http://innovator.samsungmobile.com/galaxyTab.do#03

Example 2

The manifest declares <uses-sdk android:minSdkVersion="3" android:targetSdkVersion="4"> and does not include a element. Result: Android Market will show the app to users on all devices, unless other filters apply.

http://developer.android.com/guide/appendix/market-filters.html

关于android - Samsung Galaxy Tab 上的 Android Market 中未显示的应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4234190/

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