如何重新编译源文件?

时间:2011-11-08 13:15:49

标签: android mobile android-widget decompiling recompile

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

如何再次将所有这些重新编译为apk,而无需安装Eclipse并重新粘贴代码。

1 个答案:

答案 0 :(得分:1)

在命令行中,调用

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

apk将以./bin

输出