简体   繁体   English

Android Market说我的应用“不在目标群体中”或“无法在此设备上安装”

[英]Android Market says my app is “not in targeted group” or “cannot be installed on this device”

Been banging my head over this since yesterday morning. 从昨天早上起就一直在敲打着我。 The direct webpage shows up but my app doesn't appear in search. 直接网页显示但我的应用不会出现在搜索中。 On my 2.1 phone the app's page says "This item cannot be installed on this device." 在我的2.1手机上,该应用程序的页面显示“此项目无法安装此设备”。 My friends with 2.2/2.3 phones get "You're not in the targeted group for this item." 我的2.2 / 2.3手机的朋友得到“你不属于这个项目的目标群体。”

Free app 免费应用
Copy protection: Off 复制保护:关闭
Content rating: Everyone 内容分级:每个人
Supported devices: All Countries 支持的设备:所有国家
Market developer product details shows: 市场开发商产品详情显示:

Screen layouts: SMALL NORMAL LARGE XLARGE 屏幕布局:SMALL NORMAL LARGE XLARGE
Required device features 所需的设备功能
android.hardware.telephony android.hardware.telephony
android.hardware.touchscreen android.hardware.touchscreen
This application is available to over 720 devices. 此应用程序适用于720多种设备。

More info below 更多信息如下

The ironic thing here is I could use some karma right now X\\ :) 具有讽刺意味的是,我现在可以使用一些业力X \\ :)

Thanks, 谢谢,
Thien

<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 badging a bad d badging

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'

I had a problem today where an initially published app would not show as compatible for any devices - the market website said "This app is incompatible with all of your devices." 我今天遇到了一个问题,即最初发布的应用程序不会显示与任何设备兼容 - 市场网站称“此应用程序与您的所有设备不兼容”。 And on the phone if you managed to open the app in the market it said "You're not in the targeted group for this item". 如果你设法在市场上打开应用程序,那么在电话中,它说“你不在这个项目的目标群体中”。 However, the developer console said it should be available on 943 devices. 但是,开发者控制台表示它应该可以在943设备上使用。

I opened a ticket with Android support team ( https://support.google.com/androidmarket/developer/bin/request.py?contact_type=publishing ) and after a little back in forth with their automated systems, we got a response saying that they made some changes that may have resolved the problem. 我在Android支持团队( https://support.google.com/androidmarket/developer/bin/request.py?contact_type=publishing )上打开了一张机票,经过他们的自动化系统后,我们得到了回复说他们做了一些可能解决问题的改变。 I'm not sure if these were changes specific to our account, or if any account could have gotten the same error. 我不确定这些是否是我们帐户特有的更改,或者是否有任何帐户可能出现相同的错误。 Before getting the email (while diligently troubleshooting), I had noticed that un-publishing and re-publishing the apk fixed the problem. 在收到电子邮件之前(虽然勤奋地排除故障),我注意到取消发布并重新发布apk修复了问题。

Conclusion: If anyone sees the problem where the developer console says the app is available on devices that the market is not allowing to install, try un-publishing and re-publishing your app (2 button clicks in the developer console) and if that doesn't work, open a ticket with google. 结论:如果有人发现开发人员控制台说该应用程序在市场上不允许安装的设备上可用的问题,请尝试取消发布并重新发布您的应用程序(在开发者控制台中单击2次按钮),如果没有工作,用谷歌打开一张票。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 尝试在Android Market上下载我的应用程序时为什么出现此错误“您不在此项目的目标人群中” - Why I'm getting this error “You're not in the targeted group for this item” when trying to download my app on Android Market android市场说没有设备兼容? - android market says no device compatible? Android Market说我的应用是法文,但是英文 - Android Market says my app is French, but it's English 为什么当我在物理 Android 设备上安装我的应用程序 APK 时说应用程序未安装 - Why when I install my apps APK on Physical Android Device says App Not Installed 为什么我的应用无法在Android Market中用于我的设备? - Why my app is not available for my device in android market? android:为什么我的应用程序“不可用”我的2.3.3设备(在市场上) - android: why is my app “not available” for my 2.3.3 device (in the market) 某些android手机无法在android市场中搜索我的应用 - some android phone cannot search my app in android market Android应用程序未显示安装在模拟器和我的设备上 - Android app is not showing installed on emulator and my device Android:刚刚将我的应用程序发布到市场,但无法购买? - Android: Just released my app to market, but cannot purchase? 如何检查我的用户设备上是否安装了Android Market? - How can I check if the Android Market is installed on my user's device?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM