如何在 Eclipse 之外编译项目

发布于 2024-12-01 10:54:18 字数 300 浏览 1 评论 0原文

我从网站下载了一个项目。但我不想导入 Eclipse 来编译它并生成 < a href="http://en.wikipedia.org/wiki/APK_%28file_format%29" rel="nofollow">APK 文件。不太方便。那么有没有另一种方法来生成APK文件呢?

PS:该项目不包含 build.xml 文件。我更喜欢已签名的 APK 文件。

I have downloaded a project from a website. But I don‘t want to import to Eclipse to compile it and generate an APK file. It's not very convinient. So is there a another method to generate an APK file?

PS: the project doesn't contain the build.xml file. I prefer an APK file that have been signed.

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

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

发布评论

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

评论(1

柒七 2024-12-08 10:54:18

您必须使用 和 创建一个 build.xml 文件。请参阅关于 管理从命令行构建项目。

You will have to use and and create a build.xml file. Refer to the official documentation on managing and building projects from the command line.

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