gpt4 book ai didi

Android Market 说我的应用程序是 "not in targeted group"或 "cannot be installed on this device"

转载 作者:太空宇宙 更新时间:2023-11-03 11:20:52 26 4
gpt4 key购买 nike

从昨天早上开始我就一直在思考这个问题。直接网页出现,但我的应用程序未出现在搜索中。在我的 2.1 手机上,应用程序页面显示“此设备无法安装此项目”。我使用 2.2/2.3 手机的 friend 得到“你不在这个项目的目标组中。”

免费应用
复制保护:关闭
内容分级:所有人
支持的设备:所有国家
市场开发者产品详情显示:

Screen layouts: SMALL NORMAL LARGE XLARGE
Required device features
android.hardware.telephony
android.hardware.touchscreen
This application is available to over 720 devices.

更多信息如下

具有讽刺意味的是,我现在可以使用一些业力 X\:)

谢谢,
天安

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.rainpattern.karma"
android:versionCode="3"
android:versionName="1.0.1">

<uses-permission android:name="android.permission.WRITE_SMS" />
<uses-permission android:name="android.permission.SEND_SMS" />
<uses-permission android:name="android.permission.INTERNET" />

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

<uses-feature android:name="android.hardware.telephony" android:required="true" />
<!-- Wondering if not specifying made BOTH required? -->
<uses-feature android:name="android.hardware.telephony.cdma" android:required="false" />
<uses-feature android:name="android.hardware.telephony.gsm" android:required="false" />
<uses-feature android:name="android.hardware.touchscreen" android:required="false" />

<!-- Using Roboguice so my application to load modules in sub-pkg -->
<application android:icon="@drawable/icon" android:label="@string/app_name"
android:name=".sms.InstantKarma">

<activity android:name=".ShowDeities" android:label="@string/app_name">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>

aapt d 徽章

package: name='com.rainpattern.karma' versionCode='4' versionName='1.0.1'
uses-permission:'android.permission.WRITE_SMS'
uses-permission:'android.permission.SEND_SMS'
uses-permission:'android.permission.INTERNET'
sdkVersion:'7'
targetSdkVersion:'7'
uses-feature:'android.hardware.telephony'
uses-feature-not-required:'android.hardware.telephony.cdma'
uses-feature-not-required:'android.hardware.telephony.gsm'
uses-feature-not-required:'android.hardware.touchscreen'
application-label:'Instant Karma'
application-icon-120:'res/drawable-ldpi/icon.png'
application-icon-160:'res/drawable-mdpi/icon.png'
application-icon-240:'res/drawable-hdpi/icon.png'
application: label='Instant Karma' icon='res/drawable-mdpi/icon.png'
launchable-activity: name='com.rainpattern.karma.ShowDeities' label='Instant Karma' icon=''
main
other-activities
supports-screens: 'small' 'normal' 'large'
supports-any-density: 'true'
locales: '--_--'
densities: '120' '160' '240'

最佳答案

我今天遇到了一个问题,最初发布的应用程序不会显示为与任何设备兼容 - 市场网站说“此应用程序与您的所有设备都不兼容。”如果您设法在市场上打开该应用程序,它会在电话中显示“您不属于该商品的目标群体”。但是,开发者控制台表示它应该在 943 台设备上可用。

我向 Android 支持团队 (https://support.google.com/androidmarket/developer/bin/request.py?contact_type=publishing) 开了一张票,在与他们的自动化系统进行了一些交流之后,我们收到了回复,说他们做了一些可能已经解决问题的更改。我不确定这些是否是特定于我们帐户的更改,或者是否有任何帐户可能会遇到相同的错误。在收到电子邮件之前(同时努力排除故障),我注意到取消发布并重新发布 apk 解决了问题。

结论:如果有人看到开发者控制台显示该应用可在市场不允许安装的设备上使用的问题,请尝试取消发布并重新发布您的应用(在开发者控制台中单击 2 次按钮)和如果这不起作用,请使用谷歌开票。

关于Android Market 说我的应用程序是 "not in targeted group"或 "cannot be installed on this device",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8645460/

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