更改最小值Android 应用程序的 SDK 版本
如何更改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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您使用的是 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
如果您正在使用 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