How to build apk with apktool


Duy Nguyen

Members
Sep 7, 2012
10
11
Current I'm using apktool version 1.5.0 to decompile and recompile apk.
When I recompile with command apktool -b xxx.apk it auto create some directory and I see an apk in folder /dist
But this apk not same size with old apk thought I'm not change any thing. If I using this apk to push to phone with adb, it does not run

Can you show me step by step to recompile and push it again to phone

Thanks for help!