【发布时间】:2015-05-21 04:40:37
【问题描述】:
我使用了apktool 2.0.0 rc4版本并使用该工具解压了CP.apk文件,然后修改了一个文件并尝试使用“apktool b CP test.apk”命令重新打包它
和输出如下,但是工作目录中没有test.apk。
...\apktool>apktool b CP test.apk
I: Using Apktool 2.0.0-RC3 on CP
I: Checking whether sources has changed...
I: Smaling smali folder into classes.dex...
I: Checking whether resources has changed...
I: Copying raw resources...
I: Building apk file...
I: Copying unknown files/dir...
我错过了什么吗?
【问题讨论】: