如何重新编译源文件?

发布于 2024-12-14 10:06:52 字数 265 浏览 3 评论 0原文

如何重新编译反编译的Android应用程序文件?具体来说,我从这里下载了这些文件 https://code.google.com/ p/ubuntu-countdown-widget/ 并通过替换图像、目标日期等进行必要的更改。

如何在不安装 Eclipse 的情况下将所有这些再次重新编译为 apk重新粘贴代码。

How to recompile decompiled Android Application files? To be specific, I downloaded these files from here https://code.google.com/p/ubuntu-countdown-widget/ and made the necessary changes by replacing the images, target date, etc.

How to recompile all of these into an apk once again, without installing Eclipse and pasting the code all over again.

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

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

发布评论

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

评论(1

儭儭莪哋寶赑 2024-12-21 10:06:52

在命令行中,调用

lt;your SDK root dir>/tools/android update project -p .
ant (you can append 'debug' here)

apk 会输出到 ./bin 中

In a command-line, call

lt;your SDK root dir>/tools/android update project -p .
ant (you can append 'debug' here)

The apk will be output in ./bin

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