gpt4 book ai didi

android - 在 Google Android 市场中找不到我的应用程序

转载 作者:太空狗 更新时间:2023-10-29 16:25:16 24 4
gpt4 key购买 nike

我已经使用这个 AndroidManifest.xml 发布了一个应用:

<supports-screens
android:smallScreens="true"
android:normalScreens="true"
android:largeScreens="true"
android:anyDensity="false"
/>
<uses-sdk android:minSdkVersion="3" />

并带有发布选项

Copy Protection = ON (Helps prevent copying of this application from the device. Increases the amount of memory on the phone required to install the application.),
Locations = all Locations

但我发现有些设备在市场上找不到,包括 Acer liquid、Sony Ericsson x10 mini pro,甚至三星 Galaxy S

有什么建议吗?

最佳答案

屏幕尺寸只是决定应用程序是否应出现在 Android 电子市场中的考虑因素之一。

特别是,<uses-feature> list 中的标签也可能导致您的应用程序隐藏。即使您没有声明任何这些,某些 <uses-permission>标记可能会导致功能隐式需要。

例如,如果您请求 android.permission.CAMERA许可,android.hardware.camera.autofocus除非您另有说明,否则该功能将自动成为必需功能。并非所有设备都具有硬件自动对焦功能,您的应用程序不会显示在这些设备上。

请参阅 <uses-feature> 上的文档更多信息:http://developer.android.com/guide/topics/manifest/uses-feature-element.html

此外,请记住,如果您启用了复制保护(也称为前向锁定),您的应用程序将不会显示在某些设备上。推荐的替代方法是使用 Android 许可服务:

http://android-developers.blogspot.com/2010/07/licensing-service-for-android.html

(同样值得注意的是,前向锁定将在几个月后消失,所以如果您对此感到担忧,您绝对应该查看许可服务。有关更多信息,请参阅我上面链接的博客文章。)

关于android - 在 Google Android 市场中找不到我的应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3420539/

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