gpt4 book ai didi

android - 如何使用 ant 构建带有外部库的 android 应用程序?

转载 作者:IT王子 更新时间:2023-10-28 23:34:08 25 4
gpt4 key购买 nike

我有一个使用我的 IDE 构建良好的现有项目。我想使用“android update”命令为这个项目生成一个 ant 构建文件。

构建文件生成良好,但构建失败,因为它没有使用我的 libs 目录中的一些 jarfile 构建。

我想找出正确的方法来告诉 ant 在我的 libs 目录中使用一些外部 jar 文件进行构建。我该怎么做?它是 build.properties 中的属性吗?我需要以某种方式修改 build.xml 吗?还是有完全不同的解决方案?

最佳答案

but the build fails because it's not building with some jarfiles I have in my libs directory.

你的错误信息是......什么?我怀疑您可能误解了错误消息。

I'd like to figure out the proper way to tell ant to build with some external jar files in my libs directory. How should I do this?

只需将它们放在 libs/ 中,因为 Ant 会将其中的所有内容添加到您的构建路径中。见 this project , 和 this project , 和 this project例如。

关于android - 如何使用 ant 构建带有外部库的 android 应用程序?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2465285/

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