Closed ghost closed 8 years ago
Do you have an apk you can provide? 9patch bugs are either bugs in the decoder or simply bad 9patch images in the source apk that only manifest itself in errors because of the newer more restrictive aapt binary.
here is link to download that apk : https://mega.nz/#!1IkGCRzC!ZQyXnSprwGDJiLDk9onCU2l5fd1Sy7ch4197lizGadA you mean maybe 9patch images in the source apk.Can i do some stupid ways like change that images and recompile or replace rebuilt class.dex in original apk file? :)) .Anyway,it's clearer when u decompile and recompile the apk. Thank for your help!
➜ Bug1205 apktool d Uber.apk
I: Using Apktool 2.1.0-180728-SNAPSHOT on Uber.apk
I: Loading resource table...
I: Decoding AndroidManifest.xml with resources...
I: Loading resource table from file: /home/ibotpeaches/apktool/framework/1.apk
I: Regular manifest package...
I: Decoding file-resources...
I: Decoding values */* XMLs...
I: Baksmaling classes.dex...
I: Baksmaling classes2.dex...
I: Baksmaling classes3.dex...
I: Copying assets and libs...
I: Copying unknown files...
I: Copying original files...
➜ Bug1205 apktool b Uber
I: Using Apktool 2.1.0-180728-SNAPSHOT
I: Checking whether sources has changed...
I: Smaling smali folder into classes.dex...
I: Checking whether sources has changed...
I: Smaling smali_classes3 folder into classes3.dex...
I: Checking whether sources has changed...
I: Smaling smali_classes2 folder into classes2.dex...
I: Checking whether resources has changed...
I: Building resources...
W: warning: string 'ub__payment_airtel_link_credit_card' has no default translation.
W: warning: string 'ub__payment_airtel_link_credit_card_description' has no default translation.
W: warning: string 'ub__payment_airtel_reauthorise_message' has no default translation.
W: warning: string 'ub__payment_resend_sms_failure' has no default translation.
W: warning: string 'ub__payment_unionpay_verify_exit_confirm' has no default translation.
I: Copying libs... (/lib)
I: Building apk file...
I: Copying unknown files/dir...
➜ Bug1205
No errors here. libpng
on your system might be out of whack. Couldn't duplicate.
Information
apktool -version
) -2.0.3Log