desword / android-apktool

Automatically exported from code.google.com/p/android-apktool
Other
1 stars 0 forks source link

can compile apk without changes #628

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

Download app from http://wuxian.baidu.com/map/

1. java -jar apktool d BaiduMaps_Android_7-0-0_3052.apk
2. java -jar apktool b BaiduMaps_Android_7-0-0_3052

What is the expected output? What do you see instead?

/win/patchrom/mi3/baidu/res/values/public.xml:1010: error: Public symbol 
drawable/walknavi_btn_right_normal declared here is not defined.                

       /win/patchrom/mi3/baidu/res/values/public.xml:1011: error: Public symbol 
drawable/walknavi_btn_right_pressed declared here is not defined.               

       /win/patchrom/mi3/baidu/res/values/public.xml:252: error: Public symbol 
drawable/walknavi_btn_right_x declared here is not defined.                     

        /win/patchrom/mi3/baidu/res/values/public.xml:1322: error: Public 
symbol drawable/wangba declared here is not defined.  
/win/patchrom/mi3/baidu/res/values/public.xml:1012: error: Public symbol 
drawable/wave declared here is not defined.    
/win/patchrom/mi3/baidu/res/values/public.xml:1013: error: Public symbol 
drawable/webshell_back declared here is not defined.                            

       /win/patchrom/mi3/baidu/res/values/public.xml:1014: error: Public symbol 
drawable/webshell_click declared here is not defined.                           

       /win/patchrom/mi3/baidu/res/values/public.xml:1015: error: Public symbol 
drawable/webshell_down declared here is not defined.                            

       /win/patchrom/mi3/baidu/res/values/public.xml:1016: error: Public symbol 
drawable/webshell_forward declared here is not defined.                         

       /win/patchrom/mi3/baidu/res/values/public.xml:1017: error: Public symbol 
drawable/webshell_noback declared here is not defined.                          

       /win/patchrom/mi3/baidu/res/values/public.xml:1018: error: Public symbol 
drawable/webshell_noforward declared here is not defined.                       

       /win/patchrom/mi3/baidu/res/values/public.xml:1019: error: Public symbol 
drawable/webshell_other declared here is not defined.                           

       /win/patchrom/mi3/baidu/res/values/public.xml:1020: error: Public symbol 
drawable/webshell_refresh declared here is not defined.                         

       /win/patchrom/mi3/baidu/res/values/public.xml:1021: error: Public symbol 
drawable/webshell_stop declared here is not defined.  

etc...

What version of the product are you using? On what operating system?

Windows XP/Debian 2.6.33.7
apktool 1.5.2/2.0b4/2.0b9/current snapshot

Please provide any additional information below.

Decompiling goes fine except one 9-patch renamed.

Original issue reported on code.google.com by sta...@gmail.com on 28 Apr 2014 at 9:27

GoogleCodeExporter commented 9 years ago
Couldn't duplicate on 2.x

Original comment by connor.tumbleson on 1 May 2014 at 12:52