如何找出硬件要求我的Andr​​oid应用程序了? [英] How to find out what hardware requirements my Android application has?

查看:240
本文介绍了如何找出硬件要求我的Andr​​oid应用程序了?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

希望我的问题听起来并不多尴尬。我有一个运行正常的众多Android手机的Andr​​oid应用程序。不过,我刚刚发现我的朋友的三星Galaxy迷你(S5570),它甚至不会发现我在Android Market中的应用程序。当我使用直接链接到我在市场的应用程序,它说,该应用程序是不与​​手机兼容。我不知道为什么?

hope my question doesn't sound much awkward. I have Android application which runs fine on many Android phones. However, I've just found out that on my friend's Samsung Galaxy Mini (S5570) it won't even find my app in Android Market. When I use direct link to my app in Market, it says that the App is not compatible with the phone. I have no idea why ??

我有这个在我的Andr​​oidManifest.xml文件:

I have this in my AndroidManifest.xml file:

<supports-screens
    android:largeScreens="true"
    android:normalScreens="true"
    android:smallScreens="true"
    android:resizeable="true"
    android:anyDensity="true" />

<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-sdk android:minSdkVersion="4"></uses-sdk>

我不知道什么事情应该从beeing与三星Galaxy Mini或也许其他手机,我不知道还兼容禁用我的应用程序。

I am not aware of anything what should disable my app from beeing compatible with Samsung Galaxy Mini or maybe other phone I don't know about yet.

任何人可以帮助我解决这个奇怪的问题?

Can anybody help me with this strange problem ?

编辑:

我在Android Market开发控制台检查过,并有更多的或不同的权限,比我在我的清单文件:

I've checked in Android Market Developer Console and there is more or different set of permissions than I have in my manifest file:

This application is only available to devices with these features, as defined in your application manifest.
Screen layouts: SMALL NORMAL LARGE XLARGE
Required device features
android.hardware.location.network
android.hardware.camera
android.hardware.location
android.hardware.camera.autofocus
android.hardware.touchscreen

我觉得 android.hardware.camera.autofocus 也许可能是我的应用程序的原因没有出现在Android Market中的某些手机。任何人有想法如何摆脱这个要求,我不希​​望有我的应用程序?

I think that android.hardware.camera.autofocus might probably the reason for my app not showing in Android Market for certain phones. Anybody has idea how to get rid of this requirement I don't want to have for my app ?

推荐答案

我有同样的问题。 SAMSUMG银河Mini是不符合android.permission.CAMERA

I had the same problem. Samsumg Galaxy Mini is not compatible with "android.permission.CAMERA"

这篇关于如何找出硬件要求我的Andr​​oid应用程序了?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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