Android Market的说没有设备兼容? [英] android market says no device compatible?

查看:170
本文介绍了Android Market的说没有设备兼容?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经开发了自己的应用程序在Android的版本8(2.2),并在Android Market中发布的它。当我试图在我的三星Galaxy流行(2.2.1)从市场的设备安装。不兼容的设备被发现。虽然我已指定将出现此消息

I have developed my own app in android version 8(2.2) and published it in android market. When i tried to install it in my Samsung Galaxy pop (2.2.1) device from market. No compatible device is found. this message appears though i have specified

<supports-screens android:largeScreens="true"
      android:smallScreens="true"
      android:normalScreens="true"
      android:anyDensity="true"
      />
<uses-sdk android:minSdkVersion="8" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>
<uses-permission android:name="android.permission.CAMERA"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
<uses-permission android:name="android.permission.CALL_PHONE"/>

在我的清单文件。 任何人都可以建议我为什么Android Market的过滤我的应用程序的三星Galaxy流行?请帮助我。谢谢你在前进

in my manifest file. can anyone suggest me why android market filtering my app for Samsung Galaxy pop?. Please help me out. Thank you in advance

推荐答案

我终于得到了解决,这是由于其谷歌该剧过滤的三星galaxy小我的应用程序自动对焦功能(不支持摄像头支持自动对焦功能)从谷歌播放。

Finally i got the solution, It was Auto focus feature due to which Google play was filtering my app on Samsung galaxy mini (which doesn't support camera auto focus feature) from Google play.

我已经包括允许

<uses-permission android:name="android.permission.CAMERA"/> 

在默认情况下包括自动对焦功能如此。  所以我说在我的清单文件如下。和它的工作为我

which by default include auto focus feature true. so i added following in my manifest file. and it worked for for me

<uses-feature android:name="android.hardware.camera.autofocus" android:required="false"/> 

注:上传后,立刻谷歌播放不显示你的设备上的应用程序。它需要一些时间,因为我没有,所以不要惊慌。如果问题仍然存在明确谷歌的缓存播放。

Note : Google play doesn't show Your app on device instantly after uploading. it takes some time so don't panic as i did . if problem still persists clear the cache of Google play.

这篇关于Android Market的说没有设备兼容?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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