Android应用在2.2和2.1版本只能拼命地跑 [英] android app to be runned only in 2.2 and 2.1 versions

查看:220
本文介绍了Android应用在2.2和2.1版本只能拼命地跑的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在我的应用程序我有两个组的设计。一个设计是2.1和2.2的Andr​​oid设备的版本,其他的设计是2.3及以上的设备。

in my app i have two set of designs. One design is for the android devices version of 2.1 and 2.2, the other design is for devices of 2.3 and above.

现在的问题是,我需要构建设置为我的清单文件如下

Now the problem is i take a build setting as follows in my manifest file

<uses-sdk android:minSdkVersion="7" /> 
      <uses-sdk android:maxSdkVersion="8" />

我的Andr​​oid 中已设置为项目属性 2.2 。当我在2.3.4的设备上运行此版本它就会正常运行。它是如何发生的?

My android project properties in been set to 2.2. When i run this build in 2.3.4 devices it gets run properly. How does it happens?

我打算与多个APK文件提交应用程序的市场。如何阻止我的应用
1个内置到2.1和2.2,并运行
其他构建得到运行在2.3及以上

I am planning to submit the app with multiple apk files in market. How to block my apps one build to be run in 2.1 and 2.2 and the other build to get run in 2.3 and above

我只是想设置仅&LT;采用-SDK安卓的minSdkVersion =7/&GT; &LT;采用-SDK机器人: maxSdkVersion =7/&GT; &LT;采用-SDK机器人:maxSdkVersion =8/&GT;
&LT;采用-SDK机器人:targetSdkVersion =8/&GT; 然后还要在其2.3.4设备的所有设备获取运行

I just tried setting only <uses-sdk android:minSdkVersion="7" /> or <uses-sdk android:maxSdkVersion="7" /> or <uses-sdk android:maxSdkVersion="8" /> or <uses-sdk android:targetSdkVersion="8" /> then also it gets run in all devices of 2.3.4 devices

请帮我的朋友......

Please help me friends....

推荐答案

您可以使用亚行或通过网站直接下载apk中进行安装。

You can install it using the adb or directly downloading the apk through a website.

minSdk和maxSdkVersion检查。与版本超出此范围的设备将无法在市场上看到您的应用程序。

The minSdk and maxSdkVersion is checked only when its installed from Android market. Devices with versions out of this range will not see your app in the market.

这篇关于Android应用在2.2和2.1版本只能拼命地跑的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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