如何重新编译源文件?
如何重新编译反编译的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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在命令行中,调用
apk 会输出到 ./bin 中
In a command-line, call
The apk will be output in ./bin