0

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

如何在apk不安装 Eclipse 并重新粘贴代码的情况下将所有这些重新编译成一个。

4

1 回答 1

1

在命令行中,调用

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

apk 将在 ./bin 中输出

于 2011-12-21T16:29:07.647 回答