更改最小值Android 应用程序的 SDK 版本

发布于 2024-11-03 14:01:52 字数 112 浏览 1 评论 0原文

如何更改Android应用程序的版本。我在Android 2.2版本中完成了整个代码,如果我想在2.1版本中安装apk,它会出现解析错误。如何更改应用程序的版本。我不知道如何解决这个问题。请指导我解决这个问题。

How to change the version of android application. i did entire code in Android 2.2 version, if i want to install the apk in 2.1 version, it getting parse error. How to change the versions of application. I dont know how to solve this issue. pls guide me to solve this problem.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

三五鸿雁 2024-11-10 14:01:52

如果您使用的是 Eclipse,那么很容易

进入 Eclipse 项目资源管理器

,然后右键单击属性

,从树视图中选择 Android,

选择合适的版本。

然后在
在menifest文件中更改
明斯克到2.1

if you are using eclipse it's very easy

go in eclipse project explorer

then right click on properties

select android from tree view

select your appropriate version.

and then in
in menifest file change
minsdk to 2.1

谢绝鈎搭 2024-11-10 14:01:52

如果您正在使用 Eclipse 更改清单中的值并在项目配置中构建目标(右键单击项目->属性->Android->选择您需要的那个。

您还必须知道可能会出现一些问题,因为另

请检查这个 Android Developer

If you are using eclipse change value in manifest and build target in project configuration (Right click on project->Properties->Android-> Select that one which you need.

You have to also know that there can be some problems because of different version.

Check also this one Android Developer

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文