在哪个文件中为 android 定义了目标?

发布于 2024-11-02 03:59:22 字数 131 浏览 2 评论 0原文

android源代码中的哪里定义了用于编译的目标Java Dex Jar等?是否有用于此目的的build.xml等?当我使用命令“制作目标”时,我也看不到姜饼的目标列表。出现“没有制作目标的规则”错误!!也如何解决此问题,

提前致谢

Where in the source code of android are the targets Java Dex Jar etc defined for compilation?Is there any build.xml etc for this puurpose? When I use the command 'make targets' I do not see the list of targets as well for gingerbread.'No rule to make targets' error appears!!How to resolve this as well

Thanks in advance

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

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

发布评论

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

评论(1

最美的太阳 2024-11-09 03:59:22

检查项目文件夹中的default.properties。这是我知道 android 寻找目标的唯一地方。通常是 android-8、android-9 等。

check in default.properties in your project folder. That is the only place i know where android looks for targets. typically it is android-8, android-9 etc..

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