找不到我在谷歌Android Market应用程式 [英] Can't find my App in Google Android market

查看:145
本文介绍了找不到我在谷歌Android Market应用程式的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我发表这个AndroidManifest.xml中的应用程序:

I have published an app with this AndroidManifest.xml:

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

和发布选项

版权保护= ON(帮助从该应用程序的prevent复制
  装置。增加要求在手机上的内存量
  安装应用程序。),结果位置=所有位置

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

但我发现,一些设备无法找到它的市场,包括宏碁Liquid,索尼爱立信X10 mini pro的,甚至是三星Galaxy S

but i found that some device can't find it in the market, including Acer liquid, Sony Ericsson x10 mini pro, and even a Samsung Galaxy S

有什么建议?

推荐答案

屏幕大小是决定时所考虑的一个应用程序是否应在Android Market中出现的一个因素。

Screen sizes are just one factor that's taken into account when deciding whether an application should show up in Android Market.

在特别&LT;使用特征&GT; 在你的清单还可以引起你的应用程序标签,成为隐藏。即使你没有任何声明这些,某些&LT;使用许可权方式&gt; 标签可能会导致功能来获得所需的隐含

In particular, <uses-feature> tags in your manifest can also cause your application to become hidden. Even if you aren't declaring any of these, certain <uses-permission> tags can cause features to get implicitly required.

例如,如果要求 android.permission.CAMERA 许可, android.hardware.camera.autofocus 功能将自动获得必需的,除非你说,否则。不是所有的设备都有一个硬件的自动对焦,并且应用程序将无法在这些设备上显示。

For example, if you request the android.permission.CAMERA permission, the android.hardware.camera.autofocus feature will automatically get required unless you say otherwise. Not all devices have a hardware autofocus, and your application won't be shown on these devices.

查看&LT的文件;使用特征&GT; 更多信息:<一href=\"http://developer.android.com/guide/topics/manifest/uses-feature-element.html\">http://developer.android.com/guide/topics/manifest/uses-feature-element.html

此外,请记住,如果你有复制保护(又名着锁)启用,应用程序将无法在特定设备上显示出来。推荐的替代方案是使用Android授权服务:

Also, keep in mind that if you have copy protection (aka forward-locking) enabled, your application won't show up on certain devices. The recommended alternative is to use the Android licensing service:

<一个href=\"http://android-developers.blogspot.com/2010/07/licensing-service-for-android.html\">http://android-developers.blogspot.com/2010/07/licensing-service-for-android.html

(另外值得一提的是向前锁定将在数月内消失,所以你一定要看看,如果你关心这个许可服务。有关的博客文章,我联系到上面的更多信息。)

(It's also worth noting that forward-locking will be disappearing in a few months, so you definitely should look at the licensing service if you're concerned about this. See the blog post I linked to above for more information.)

这篇关于找不到我在谷歌Android Market应用程式的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆