It seems that you did things right when using apktool and smali, since disassembly, adding log prints to the smali code and reassembling again produces a valid and useable apk package.
Since I had no success using latest apktool (2.1.1, http://ibotpeaches.github.io/Apktool/) -- the app crashes -- I would like to use ApkAnalyzer to patch the app.
So would be nice, if one has the option to make custom changes on smali code right before reassembling the apk again.
It seems that you did things right when using apktool and smali, since disassembly, adding log prints to the smali code and reassembling again produces a valid and useable apk package.
Since I had no success using latest apktool (2.1.1, http://ibotpeaches.github.io/Apktool/) -- the app crashes -- I would like to use ApkAnalyzer to patch the app.
So would be nice, if one has the option to make custom changes on smali code right before reassembling the apk again.