如何给ant释放参数,这样它就不会添加调试符号
我正在构建一个 Android 应用程序,并使用 ant 来构建它。 我想知道如何为 ant release 命令提供参数,这样它就不会向编译单元添加任何调试符号/行号/本地变量。
谢谢!
I'm building an android app and i'm using ant to build it.
I wanted to know how can i give the ant release command parameters so it won't add any debug symbols / line numbers / local vars to the compiled unit.
thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我以为它只是包含单词 release 或 -r ?
无论如何,如果这个链接内容比那个更复杂,也许这个链接内容会有帮助 Ant构建
I though it was just including the word release or -r ?
Anyway maybe this links contents will help if it's more complex than that Ant Build