从命令行构建android项目

发布于 2024-08-28 02:01:04 字数 184 浏览 5 评论 0原文

我想在 Linux 上从命令行构建 android 项目。在项目的根目录中有以下文件和目录:

AndroidManifest.xml build.xml default.properties res/ src/

您能否提供一个示例 Makefile 如何建立这个项目?

I would like to build and android project from command line on Linux. In the root directory of the project there are the following files and directories:

AndroidManifest.xml build.xml default.properties res/ src/

Can you provide a sample Makefile how to build this project?

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

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

发布评论

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

评论(2

东北女汉子 2024-09-04 02:01:04

你安装了“蚂蚁”吗?尝试ant调试

Do you have 'ant' installed? Try ant debug

池木 2024-09-04 02:01:04

build.xml 文件被输入到 Ant 程序,它将构建您的项目。使用“蚂蚁构建”

The build.xml file is input to the Ant program, which will build your project. Use "ant build"

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