Android的为什么适用于某些兼容的设备我的应用程序呢? [英] Android Why is my application not available on some compatible devices?

查看:227
本文介绍了Android的为什么适用于某些兼容的设备我的应用程序呢?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我最近推出我的应用程序到谷歌Play商店,但不幸的是有些用户无法下载应用程序,由于市场限制。
用户可以直接安装APK没有市场,所以我猜它一定有什么做的清单?

I have recently launched my application into the Google Play store but unfortunately some users are unable to download the application due to market restrictions. Users are able to install the apk directly without the market, so I guess it must be something to do with the manifest?

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

<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-permission android:name="android.permission.VIBRATE"/>

应用程序可以在这里找到 http://tinyurl.com/cnejnjs

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

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

例如一个用户已经遇到了麻烦将其下载到自己的Galaxy Note。

For example one user has had trouble downloading it to his Galaxy Note.

推荐答案

原来有复制保护设置为on内的应用是造成这一问题。

It turns out having Copy Protection set to on within the application was causing this issue.

这篇关于Android的为什么适用于某些兼容的设备我的应用程序呢?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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