java -jar apktool2.jar b wlzc2 -o 2new.apk
I: Using Apktool 2.10.0 with 4 thread(s).
I: Checking whether sources has changed...
I: Smaling smali folder into classes.dex...
I: Checking whether sources has changed...
I: Smaling smali_classes2 folder into classes2.dex...
I: Checking whether resources has changed...
I: Building resources...
I: Copying libs... (/lib)
I: Copying libs... (/META-INF/services)
I: Building apk file...
I: Copying unknown files/dir...
I: Built apk into: 2new.apk
----
命令行解释
java -jar apktool2.jar b wlzc2 -o 2new.apk
java -jar apktool2.jar b 文件夹 -o 新包.apk