apktool说明

反编译

java -jar apktool.jar d -r services.jar -o services_out

回编译


java -jar apktool.jar b services_out -o services_new.jar