Android Market的说,我的应用程序是与QUOT;不要在目标群体和QUOT;或QUOT;不能在本设备和QUOT上安装; [英] Android Market says my app is "not in targeted group" or "cannot be installed on this device"

查看:121
本文介绍了Android Market的说,我的应用程序是与QUOT;不要在目标群体和QUOT;或QUOT;不能在本设备和QUOT上安装;的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

被敲我的头了这一点,因为昨天上午。直接网页显示出来,但我的应用程序不会出现在搜索。在我的2.1的手机应用程序的页面上写着此产品无法在此设备上安装。我与2.2 / 2.3手机的朋友们你不是目标群体为这个项目进来。

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

  

屏幕布局:小中大XLARGE
  所需设备功能
  android.hardware.telephony
  android.hardware.touchscreen
  此应用程序可超过720设备。

下面

更多信息

在这里具有讽刺意味的​​是,我可以使用一些因缘,现在X \:)

谢谢,

<舱单的xmlns:机器人=htt​​p://schemas.android.com/apk/res/android   包=com.rainpattern.karma   安卓版code =3   机器人:VERSIONNAME =1.0.1>   <使用-权限的Andr​​oid:名称=android.permission.WRITE_SMS/>   <使用-权限的Andr​​oid:名称=android.permission.SEND_SMS/>   <使用-权限的Andr​​oid:名称=android.permission.INTERNET对/>   <使用-SDK安卓的minSdkVersion =7安卓targetSdkVersion =7/>   <使用特征的android:NAME =android.hardware.telephony机器人:要求=真/>   <! - 想知道,如果不指定发两者都需要? - >   <使用特征的android:NAME =android.hardware.telephony.cdma机器人:要求=FALSE/>   <使用特征的android:NAME =android.hardware.telephony.gsm机器人:要求=FALSE/>   <使用特征的android:NAME =android.hardware.touchscreen机器人:要求=FALSE/>   <! - 使用Roboguice让我的应用程序加载的子PKG模块 - >   <应用机器人:图标=@可绘制/图标机器人:标签=@字符串/ APP_NAME     机器人:名称=sms.InstantKarma。>     <活动机器人:ShowDeities名称=机器人:标签=@字符串/ APP_NAME>       <意向滤光器>         <作用机器人:名称=android.intent.action.MAIN/>         <类机器人:名称=android.intent.category.LAUNCHER/>       &所述; /意图滤光器>     < /活性GT;

AAPTð徽章

 包:名称='com.rainpattern.karma'版本code =4VERSIONNAME =1.0.1
使用-权限:android.permission.WRITE_SMS
使用-权限:android.permission.SEND_SMS
使用-权限:android.permission.INTERNET对
sdkVersion:'7'
targetSdkVersion:'7'
使用特征:android.hardware.telephony
使用特征 - 不要求:android.hardware.telephony.cdma
使用特征 - 不要求:android.hardware.telephony.gsm
使用特征 - 不要求:android.hardware.touchscreen
应用标签:即时噶
应用程序图标-120:RES /绘制-LDPI / icon.png在
应用程序图标-160:RES /绘制-MDPI /的icon.png
应用程序图标-240:RES /绘制,华电国际/ icon.png在
应用:标签=即时噶图标='RES /绘制-MDPI /的icon.png
可启动的活动:名称='com.rainpattern.karma.ShowDeities标签='即时噶图标=''
主要
其他活动
支持屏:'小''正常''大'
支持-任何密度:'真'
语言环境:--_--
密度:'120''160''240'
 

解决方案

我今天在这里的最初发布的应用程序将不会显示任何设备的兼容有一个问题 - 市场网站上说这个程序是与所有设备不兼容。而在手机上,如果你成功地在市场上打开应用程序它说:你不是目标群体为这个项目。然而,开发者控制台说,这应该是可以在943的设备。

我打开一票采用Android支持团队(的https://support.google.com/androidmarket/developer/bin/request.py?contact_type=publishing )和一个小后,在第四与自动化系统后,我们得到了一个回应说,他们做了一些改变,可能已经解决了这个问题。我不知道,如果这些是具体到我们的帐户的变化,或者任何帐户可能已经得到了同样的错误。 在收到电子邮件(而努力排除故障),我已经注意到,未发布和重新发布的apk解决了问题。

结论:如果有人看到了问题的开发者控制台说,应用程序可在该市场不允许安装的设备,尝试取消发布和重新发布(在开发者控制台2键点击)您的应用程序和如果不工作,与谷歌开出罚单。

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." My friends with 2.2/2.3 phones get "You're not in the targeted group for this item."

Free app
Copy protection: Off
Content rating: Everyone
Supported devices: All Countries
Market developer product details shows:

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

More info below

The ironic thing here is I could use some karma right now 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

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.

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. 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.

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.

这篇关于Android Market的说,我的应用程序是与QUOT;不要在目标群体和QUOT;或QUOT;不能在本设备和QUOT上安装;的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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