gpt4 book ai didi

android - 如何将构建目标更改为较低版本?

转载 作者:行者123 更新时间:2023-11-29 21:00:00 25 4
gpt4 key购买 nike

如何将应用程序的构建目标从 4.3.1 更改为 4.0?当我尝试更改它时,我收到很多错误,例如

error: No resource identifier found for attribute 'layout_alignStart' in package 'android' Multiple markers at this line - listView1 cannot be resolved or is not a field - R cannot be resolved to a variable The import com.vote.system.R cannot be resolved

编辑:我已经解决了这个问题,我在项目中从我的 Android 4.3 中导出了 R.java,然后更改了构建目标,并再次导入了 R.java,它工作正常

最佳答案

对于 Eclipse:
1) 转到 list 文件
2) 将 minSDK、targetSDK 和 compileSDK 更改为您想要的值。
3) 清理和重建。

对于安卓工作室:
1)右键单击您的项目(在“项目面板”的左侧
2) 打开模块设置(最有可能是倒数第二个选项)
3) 前往应用程序
4) 在属性选项卡中,选择编译SDK版本。
5) 在 flavors 选项卡中,更改目标和最小 SDK
6) 清理和重建项目。

在 android studio 中,您还可以转到 build.gradle 并更改 min、target 和 compilse SDK 值,但如果您是初学者,则不推荐。
有时需要重启android studio/eclipse。

关于android - 如何将构建目标更改为较低版本?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26421479/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com