What's new
DroidForums.net | Android Forum & News

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

So you want to edit xml's or more... an ADB. APK Manager How-To (Basics)

I don't know anything about the ROM you're decompiling, however in whichever XML you are trying to edit whatever you are trying to change, instead of a hex color code it could be pointing to a color from the colors.xml.... basically something like '@color/perms_dangerous_perm_color' or to that effect...

and the resources.arsc needs to be deleted even if you never editted any XML from the values folder and only an XML from layout, drawable, or other

Yeah i figured that, so doesn't that mean that i need to edit that colors.xml? Or edit the reference?

I also figured the deleting resources.arsc out when i edited any xml, earlier today.
 
Just change the callout to the reference for the color you want. If the color is not in the colors.xml that you want, change @colors/... to #ffxxxxxx (replace the x's with your color code).

Sent from 1885
 
Last edited:
I don't know anything about the ROM you're decompiling, however in whichever XML you are trying to edit whatever you are trying to change, instead of a hex color code it could be pointing to a color from the colors.xml.... basically something like '@color/perms_dangerous_perm_color' or to that effect...

and the resources.arsc needs to be deleted even if you never editted any XML from the values folder and only an XML from layout, drawable, or other

Yeah i figured that, so doesn't that mean that i need to edit that colors.xml? Or edit the reference?

I also figured the deleting resources.arsc out when i edited any xml, earlier today.

Just change the callout to the reference for the color you want. Iff the color is not in the colors.xml that you want, changw @colors/... to #ffxxxxxx (replace the x's with your color code).

Sent from 1885
Yes, that'd be how you can control what color is being specified when another XML line points to the colors.xml for it's color, by editting the colors.xml or as Stets pointed out (just fyi that some XMLs error out if you replace with an actual color code).... but I was more trying to let you know that it's not always a hex color code that's specifying a color...

and cool that you seen how you need to delete the rexources.arsc file for any XML edit..;)
 
Last edited:
Yes, that'd be how you can control what color is being specified when another XML line points to the colors.xml for it's color, by editting the colors.xml or as Stets pointed out (just fyi that some XMLs error out if you replace with an actual color code).... but I was more trying to let you know that it's not always a hex color code that's specifying a color...

and cool that you seen how you need to delete the rexources.arsc file for any XML edit..;)

Yeah it took a while cuz i walked into this as a complete n00b to xml. I'd never even read an xml file in my life, but i've done some html. I know they're similar, main difference being xml tags aren't predefined. I've been looking in a lot of xml's the last week or so and i can see where certain colors, drawables, etc are referenced from an attribute. I'll play with it, it's not so frustrating anymore as it was when i first started cuz now i can kind of see what i need to do cuz i've seen what worked in the progress_horizontal and a couple others.

Thanks for the help, one last question. Am i right about the resources.arsc needing dropped into my flashable if i edit a values folder?
 
Just change the callout to the reference for the color you want. If the color is not in the colors.xml that you want, change @colors/... to #ffxxxxxx (replace the x's with your color code).

Sent from 1885

Thanks, that helps a lot too. Cheers to all of you guys.
 
Thanks for the help, one last question. Am i right about the resources.arsc needing dropped into my flashable if i edit a values folder?
The values folder is part of what goes into resources.arsc, so yes.


Sent from 1885
 
compiling error

Ok so i try to recompile and i gert the error check log. I read about the problem maybe 9.pngs but i'm confused on what to do about replacing them with stock? Where do I get the stock ones? Please some detailed step by step help. Thanks.
 
Ok so i try to recompile and i gert the error check log. I read about the problem maybe 9.pngs but i'm confused on what to do about replacing them with stock? Where do I get the stock ones? Please some detailed step by step help. Thanks.
The apk you're trying to recompile must have been previously themed and the 9pngs aren't properly drawn. You'll need to find a stock version of the apk and extract the contents of the drawable and drawable-hdpi folders. Then go into the themed version and do the same and save them so you can insert them later. Open the themed apk that you want to edit and replace the contents of those two folders with the stock ones that you extracted. Then you should be able to decompile, edit, and recompile, then swap back in the themed pngs, sign, and install.
 
Ok so i try to recompile and i gert the error check log. I read about the problem maybe 9.pngs but i'm confused on what to do about replacing them with stock? Where do I get the stock ones? Please some detailed step by step help. Thanks.
If you copy and paste your log we can better see what caused it
 
decompile

Its the UD theme ported to liberty rom. Trying to change the transparent dialer and contacts background to black or custom wallpaper. I got that part figured out. Just confused about the 9 pngs.
 
If you post your error log then we can tell you what the errors are caused by...
 
error log

--------------------------------------------------------------------------
|Sun 02/13/2011 -- 0:17:59.00|
--------------------------------------------------------------------------
java version "1.6.0_23"
Java(TM) SE Runtime Environment (build 1.6.0_23-b05)
Java HotSpot(TM) 64-Bit Server VM (build 19.0-b09, mixed mode)
'adb' is not recognized as an internal or external command,
operable program or batch file.
Could Not Find C:\Users\lee8791\Desktop\apk_manager_4.9\place-apk-here-for-modding\../place-apk-here-for-modding/signedContacts.apk
Could Not Find C:\Users\lee8791\Desktop\apk_manager_4.9\place-apk-here-for-modding\../place-apk-here-for-modding/unsignedContacts.apk
I: Baksmaling...
I: Loading resource table...
I: Decoding resources...
I: Loading resource table from file: C:\Users\lee8791\apktool\framework\1.apk
W: Cant find 9patch chunk in file: "drawable-hdpi-finger-v4/contact_picture_border_pressed.9.png". Renaming it to *.png.
W: Cant find 9patch chunk in file: "drawable-hdpi-finger-v4/btn_dial_action_left_disable.9.png". Renaming it to *.png.
W: Cant find 9patch chunk in file: "drawable-hdpi-finger-v4/btn_dial_action_middle_normal.9.png". Renaming it to *.png.
W: Cant find 9patch chunk in file: "drawable-hdpi-finger-v4/btn_dial_action_right_normal.9.png". Renaming it to *.png.
W: Cant find 9patch chunk in file: "drawable-hdpi-finger-v4/btn_dial_action_left_pressed.9.png". Renaming it to *.png.
W: Cant find 9patch chunk in file: "drawable-hdpi-finger-v4/btn_dial_textfield_activated.9.png". Renaming it to *.png.
W: Cant find 9patch chunk in file: "drawable-hdpi-finger-v4/btn_dial_normal.9.png". Renaming it to *.png.
W: Cant find 9patch chunk in file: "drawable-hdpi-finger-v4/btn_dial_action_right_disable.9.png". Renaming it to *.png.
W: Cant find 9patch chunk in file: "drawable-hdpi-finger-v4/btn_dial_action_middle_disable_focused.9.png". Renaming it to *.png.
W: Cant find 9patch chunk in file: "drawable-hdpi-finger-v4/btn_dial_textfield_normal.9.png". Renaming it to *.png.
W: Cant find 9patch chunk in file: "drawable-hdpi-finger-v4/btn_dial_pressed.9.png". Renaming it to *.png.
W: Cant find 9patch chunk in file: "drawable-hdpi-finger-v4/btn_dial_action_middle_disable.9.png". Renaming it to *.png.
W: Cant find 9patch chunk in file: "drawable-hdpi-finger-v4/btn_dial_action_left_normal.9.png". Renaming it to *.png.
W: Cant find 9patch chunk in file: "drawable-hdpi-finger-v4/contact_picture_border_highlight.9.png". Renaming it to *.png.
W: Cant find 9patch chunk in file: "drawable-hdpi-finger-v4/btn_dial_selected.9.png". Renaming it to *.png.
W: Cant find 9patch chunk in file: "drawable-hdpi-finger-v4/btn_dial_action_left_selected.9.png". Renaming it to *.png.
W: Cant find 9patch chunk in file: "drawable-hdpi-finger-v4/btn_dial_action_right_pressed.9.png". Renaming it to *.png.
W: Cant find 9patch chunk in file: "drawable-hdpi-finger-v4/btn_dial_action_middle_pressed.9.png". Renaming it to *.png.
W: Cant find 9patch chunk in file: "drawable-hdpi-finger-v4/btn_dial_action_right_disable_focused.9.png". Renaming it to *.png.
W: Cant find 9patch chunk in file: "drawable-hdpi-finger-v4/btn_dial_textfield_selected.9.png". Renaming it to *.png.
W: Cant find 9patch chunk in file: "drawable-hdpi-finger-v4/btn_dial_action_left_disable_focused.9.png". Renaming it to *.png.
W: Cant find 9patch chunk in file: "drawable-hdpi-finger-v4/btn_dial_action_middle_selected.9.png". Renaming it to *.png.
W: Cant find 9patch chunk in file: "drawable-hdpi-finger-v4/btn_dial_textfield_pressed.9.png". Renaming it to *.png.
W: Cant find 9patch chunk in file: "drawable-hdpi-finger-v4/btn_dial_action_right_selected.9.png". Renaming it to *.png.
W: Cant find 9patch chunk in file: "drawable-hdpi-finger-v4/contact_picture_border_normal.9.png". Renaming it to *.png.
I: Copying assets and libs...
I: Checking whether sources has changed...
I: Smaling...
I: Checking whether resources has changed...
I: Building resources...
libpng error: Read Error
ERROR: Failure processing PNG image C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\drawable-hdpi-finger\btn_dial_action_left_disable.9.png
libpng error: Read Error
ERROR: Failure processing PNG image C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\drawable-hdpi-finger\btn_dial_action_left_disable_focused.9.png
libpng error: Read Error
ERROR: Failure processing PNG image C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\drawable-hdpi-finger\btn_dial_action_left_normal.9.png
libpng error: Read Error
ERROR: Failure processing PNG image C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\drawable-hdpi-finger\btn_dial_action_left_pressed.9.png
libpng error: Read Error
ERROR: Failure processing PNG image C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\drawable-hdpi-finger\btn_dial_action_left_selected.9.png
libpng error: Read Error
ERROR: Failure processing PNG image C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\drawable-hdpi-finger\btn_dial_action_middle_disable.9.png
libpng error: Read Error
ERROR: Failure processing PNG image C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\drawable-hdpi-finger\btn_dial_action_middle_disable_focused.9.png
libpng error: Read Error
ERROR: Failure processing PNG image C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\drawable-hdpi-finger\btn_dial_action_middle_normal.9.png
libpng error: Read Error
ERROR: Failure processing PNG image C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\drawable-hdpi-finger\btn_dial_action_middle_pressed.9.png
libpng error: Read Error
ERROR: Failure processing PNG image C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\drawable-hdpi-finger\btn_dial_action_middle_selected.9.png
libpng error: Read Error
ERROR: Failure processing PNG image C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\drawable-hdpi-finger\btn_dial_action_right_disable.9.png
libpng error: Read Error
ERROR: Failure processing PNG image C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\drawable-hdpi-finger\btn_dial_action_right_disable_focused.9.png
libpng error: Read Error
ERROR: Failure processing PNG image C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\drawable-hdpi-finger\btn_dial_action_right_normal.9.png
libpng error: Read Error
ERROR: Failure processing PNG image C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\drawable-hdpi-finger\btn_dial_action_right_pressed.9.png
libpng error: Read Error
ERROR: Failure processing PNG image C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\drawable-hdpi-finger\btn_dial_action_right_selected.9.png
libpng error: Read Error
ERROR: Failure processing PNG image C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\drawable-hdpi-finger\btn_dial_normal.9.png
libpng error: Read Error
ERROR: Failure processing PNG image C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\drawable-hdpi-finger\btn_dial_pressed.9.png
libpng error: Read Error
ERROR: Failure processing PNG image C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\drawable-hdpi-finger\btn_dial_selected.9.png
libpng error: Read Error
ERROR: Failure processing PNG image C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\drawable-hdpi-finger\btn_dial_textfield_activated.9.png
libpng error: Read Error
ERROR: Failure processing PNG image C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\drawable-hdpi-finger\btn_dial_textfield_normal.9.png
libpng error: Read Error
ERROR: Failure processing PNG image C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\drawable-hdpi-finger\btn_dial_textfield_pressed.9.png
libpng error: Read Error
ERROR: Failure processing PNG image C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\drawable-hdpi-finger\btn_dial_textfield_selected.9.png
libpng error: Read Error
ERROR: Failure processing PNG image C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\drawable-hdpi-finger\contact_picture_border_highlight.9.png
libpng error: Read Error
ERROR: Failure processing PNG image C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\drawable-hdpi-finger\contact_picture_border_normal.9.png
libpng error: Read Error
ERROR: Failure processing PNG image C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\drawable-hdpi-finger\contact_picture_border_pressed.9.png
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:14: error: Public entry identifier 0x7f020058 entry index is larger than available symbols (index 88, total symbols 3).
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:14: error: Public symbol drawable/APKTOOL_DUMMY_0058 declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:15: error: Public entry identifier 0x7f02006b entry index is larger than available symbols (index 107, total symbols 3).
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:15: error: Public symbol drawable/APKTOOL_DUMMY_006b declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:17: error: Public entry identifier 0x7f020082 entry index is larger than available symbols (index 130, total symbols 3).
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:17: error: Public symbol drawable/APKTOOL_DUMMY_0082 declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:61: error: Public symbol drawable/badge_action_call declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:62: error: Public symbol drawable/badge_action_sms declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:63: error: Public symbol drawable/bg_blk_search_contact declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:48: error: Public symbol drawable/bg_infobar_new declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:21: error: Public symbol drawable/btn_circle declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:64: error: Public symbol drawable/btn_circle_disable declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:65: error: Public symbol drawable/btn_circle_disable_focused declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:66: error: Public symbol drawable/btn_circle_normal declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:67: error: Public symbol drawable/btn_circle_pressed declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:68: error: Public symbol drawable/btn_circle_selected declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:22: error: Public symbol drawable/btn_contact_picture declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:23: error: Public symbol drawable/btn_dial declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:24: error: Public symbol drawable/btn_dial_action declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:69: error: Public symbol drawable/btn_dial_action_left_disable declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:70: error: Public symbol drawable/btn_dial_action_left_disable_focused declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:71: error: Public symbol drawable/btn_dial_action_left_normal declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:72: error: Public symbol drawable/btn_dial_action_left_pressed declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:73: error: Public symbol drawable/btn_dial_action_left_selected declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:74: error: Public symbol drawable/btn_dial_action_middle_disable declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:75: error: Public symbol drawable/btn_dial_action_middle_disable_focused declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:76: error: Public symbol drawable/btn_dial_action_middle_normal declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:77: error: Public symbol drawable/btn_dial_action_middle_pressed declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:78: error: Public symbol drawable/btn_dial_action_middle_selected declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:79: error: Public symbol drawable/btn_dial_action_right_disable declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:80: error: Public symbol drawable/btn_dial_action_right_disable_focused declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:81: error: Public symbol drawable/btn_dial_action_right_normal declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:82: error: Public symbol drawable/btn_dial_action_right_pressed declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:83: error: Public symbol drawable/btn_dial_action_right_selected declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:25: error: Public symbol drawable/btn_dial_delete declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:84: error: Public symbol drawable/btn_dial_normal declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:85: error: Public symbol drawable/btn_dial_pressed declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:86: error: Public symbol drawable/btn_dial_selected declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:10: error: Public symbol drawable/btn_dial_textfield declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:87: error: Public symbol drawable/btn_dial_textfield_activated declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:11: error: Public symbol drawable/btn_dial_textfield_active declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:88: error: Public symbol drawable/btn_dial_textfield_normal declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:89: error: Public symbol drawable/btn_dial_textfield_pressed declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:90: error: Public symbol drawable/btn_dial_textfield_selected declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:26: error: Public symbol drawable/btn_dial_voicemail declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:91: error: Public symbol drawable/btn_search_dialog_default declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:92: error: Public symbol drawable/btn_search_dialog_pressed declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:93: error: Public symbol drawable/btn_search_dialog_selected declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:12: error: Public symbol drawable/call_background declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:13: error: Public symbol drawable/call_background_secondary declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:94: error: Public symbol drawable/contact_picture_border_highlight declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:95: error: Public symbol drawable/contact_picture_border_normal declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:96: error: Public symbol drawable/contact_picture_border_pressed declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:97: error: Public symbol drawable/custom_background_dialer declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:27: error: Public symbol drawable/dial_num_0 declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:98: error: Public symbol drawable/dial_num_0_blk declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:99: error: Public symbol drawable/dial_num_0_wht declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:28: error: Public symbol drawable/dial_num_1_no_vm declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:100: error: Public symbol drawable/dial_num_1_no_vm_blk declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:101: error: Public symbol drawable/dial_num_1_no_vm_wht declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:29: error: Public symbol drawable/dial_num_1_with_vm declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:102: error: Public symbol drawable/dial_num_1_with_vm_blk declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:103: error: Public symbol drawable/dial_num_1_with_vm_wht declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:30: error: Public symbol drawable/dial_num_2 declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:104: error: Public symbol drawable/dial_num_2_blk declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:105: error: Public symbol drawable/dial_num_2_wht declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:31: error: Public symbol drawable/dial_num_3 declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:106: error: Public symbol drawable/dial_num_3_blk declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:107: error: Public symbol drawable/dial_num_3_wht declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:32: error: Public symbol drawable/dial_num_4 declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:108: error: Public symbol drawable/dial_num_4_blk declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:109: error: Public symbol drawable/dial_num_4_wht declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:33: error: Public symbol drawable/dial_num_5 declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:110: error: Public symbol drawable/dial_num_5_blk declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:111: error: Public symbol drawable/dial_num_5_wht declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:34: error: Public symbol drawable/dial_num_6 declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:112: error: Public symbol drawable/dial_num_6_blk declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:113: error: Public symbol drawable/dial_num_6_wht declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:35: error: Public symbol drawable/dial_num_7 declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:114: error: Public symbol drawable/dial_num_7_blk declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:115: error: Public symbol drawable/dial_num_7_wht declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:36: error: Public symbol drawable/dial_num_8 declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:116: error: Public symbol drawable/dial_num_8_blk declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:117: error: Public symbol drawable/dial_num_8_wht declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:37: error: Public symbol drawable/dial_num_9 declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:118: error: Public symbol drawable/dial_num_9_blk declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:119: error: Public symbol drawable/dial_num_9_wht declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:38: error: Public symbol drawable/dial_num_pound declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:120: error: Public symbol drawable/dial_num_pound_blk declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:121: error: Public symbol drawable/dial_num_pound_wht declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:39: error: Public symbol drawable/dial_num_star declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:122: error: Public symbol drawable/dial_num_star_blk declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:123: error: Public symbol drawable/dial_num_star_wht declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:124: error: Public symbol drawable/divider_vertical_dark declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:125: error: Public symbol drawable/ic_btn_round_less declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:126: error: Public symbol drawable/ic_btn_round_minus declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:127: error: Public symbol drawable/ic_btn_round_more declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:128: error: Public symbol drawable/ic_btn_round_plus declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:129: error: Public symbol drawable/ic_call_log_header_incoming_call declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:130: error: Public symbol drawable/ic_call_log_header_missed_call declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:131: error: Public symbol drawable/ic_call_log_header_outgoing_call declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:132: error: Public symbol drawable/ic_call_log_list_incoming_call declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:133: error: Public symbol drawable/ic_call_log_list_missed_call declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:134: error: Public symbol drawable/ic_call_log_list_outgoing_call declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:135: error: Public symbol drawable/ic_contact_list_picture declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:136: error: Public symbol drawable/ic_contact_picture declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:137: error: Public symbol drawable/ic_contact_picture_2 declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:138: error: Public symbol drawable/ic_contact_picture_3 declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:49: error: Public symbol drawable/ic_contacts_details declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:139: error: Public symbol drawable/ic_default_number declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:140: error: Public symbol drawable/ic_dial_action_call declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:141: error: Public symbol drawable/ic_dial_action_delete declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:142: error: Public symbol drawable/ic_dial_action_voice_mail declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:143: error: Public symbol drawable/ic_dial_number_blk declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:144: error: Public symbol drawable/ic_dial_number_wht declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:145: error: Public symbol drawable/ic_dialer_fork_add_call declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:146: error: Public symbol drawable/ic_dialer_fork_current_call declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:147: error: Public symbol drawable/ic_dialer_fork_tt_keypad declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:148: error: Public symbol drawable/ic_join declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:50: error: Public symbol drawable/ic_launcher_contacts declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:51: error: Public symbol drawable/ic_launcher_folder_live_contacts declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:52: error: Public symbol drawable/ic_launcher_folder_live_contacts_phone declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:53: error: Public symbol drawable/ic_launcher_folder_live_contacts_starred declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:54: error: Public symbol drawable/ic_launcher_phone declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:55: error: Public symbol drawable/ic_launcher_shortcut_contact declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:56: error: Public symbol drawable/ic_launcher_shortcut_directdial declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:57: error: Public symbol drawable/ic_launcher_shortcut_directmessage declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:149: error: Public symbol drawable/ic_launcher_smsmms declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:16: error: Public symbol drawable/ic_menu_2sec_pause declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:150: error: Public symbol drawable/ic_menu_account_list declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:151: error: Public symbol drawable/ic_menu_add_picture declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:152: error: Public symbol drawable/ic_menu_import_export declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:58: error: Public symbol drawable/ic_menu_mark declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:153: error: Public symbol drawable/ic_menu_merge declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:154: error: Public symbol drawable/ic_menu_split declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:18: error: Public symbol drawable/ic_menu_wait declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:40: error: Public symbol drawable/ic_tab_contacts declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:41: error: Public symbol drawable/ic_tab_dialer declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:42: error: Public symbol drawable/ic_tab_recent declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:155: error: Public symbol drawable/ic_tab_selected_contacts declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:156: error: Public symbol drawable/ic_tab_selected_dialer declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:157: error: Public symbol drawable/ic_tab_selected_friends_list declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:158: error: Public symbol drawable/ic_tab_selected_recent declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:159: error: Public symbol drawable/ic_tab_selected_starred declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:43: error: Public symbol drawable/ic_tab_starred declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:160: error: Public symbol drawable/ic_tab_unselected_contacts declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:161: error: Public symbol drawable/ic_tab_unselected_dialer declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:162: error: Public symbol drawable/ic_tab_unselected_friends_list declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:163: error: Public symbol drawable/ic_tab_unselected_recent declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:164: error: Public symbol drawable/ic_tab_unselected_starred declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:165: error: Public symbol drawable/infobar_dark declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:19: error: Public symbol drawable/list_item_background_secondary declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:59: error: Public symbol drawable/magnifying_glass declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:166: error: Public symbol drawable/quickcontact_arrow_down declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:167: error: Public symbol drawable/quickcontact_arrow_up declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:168: error: Public symbol drawable/quickcontact_bottom_frame declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:169: error: Public symbol drawable/quickcontact_disambig_bottom_bg declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:44: error: Public symbol drawable/quickcontact_disambig_checkbox declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:170: error: Public symbol drawable/quickcontact_disambig_checkbox_off declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:171: error: Public symbol drawable/quickcontact_disambig_checkbox_on declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:172: error: Public symbol drawable/quickcontact_disambig_divider declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:173: error: Public symbol drawable/quickcontact_drop_shadow declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:174: error: Public symbol drawable/quickcontact_photo_frame declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:175: error: Public symbol drawable/quickcontact_slider_background declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:45: error: Public symbol drawable/quickcontact_slider_btn declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:176: error: Public symbol drawable/quickcontact_slider_btn_normal declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:177: error: Public symbol drawable/quickcontact_slider_btn_on declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:178: error: Public symbol drawable/quickcontact_slider_btn_pressed declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:179: error: Public symbol drawable/quickcontact_slider_btn_selected declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:180: error: Public symbol drawable/quickcontact_slider_grip_left declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:181: error: Public symbol drawable/quickcontact_slider_grip_right declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:182: error: Public symbol drawable/quickcontact_slider_presence_active declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:183: error: Public symbol drawable/quickcontact_slider_presence_away declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:184: error: Public symbol drawable/quickcontact_slider_presence_busy declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:185: error: Public symbol drawable/quickcontact_slider_presence_inactive declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:186: error: Public symbol drawable/quickcontact_top_frame declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:187: error: Public symbol drawable/sym_action_add declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:188: error: Public symbol drawable/sym_action_map declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:189: error: Public symbol drawable/sym_action_navi declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:190: error: Public symbol drawable/sym_action_organization declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:60: error: Public symbol drawable/sym_action_sms declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:191: error: Public symbol drawable/sym_action_view_contact declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:192: error: Public symbol drawable/sym_note declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:46: error: Public symbol drawable/tab_bottom declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:193: error: Public symbol drawable/tab_focused declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:194: error: Public symbol drawable/tab_focused_bottom declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:47: error: Public symbol drawable/tab_indicator_bg declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:195: error: Public symbol drawable/tab_left_arrow declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:196: error: Public symbol drawable/tab_pressed declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:197: error: Public symbol drawable/tab_pressed_bottom declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:198: error: Public symbol drawable/tab_right_arrow declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:199: error: Public symbol drawable/tab_selected declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:200: error: Public symbol drawable/tab_selected_bottom declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:201: error: Public symbol drawable/tab_unselected declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:202: error: Public symbol drawable/title_bar_shadow declared here is not defined.
C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res\values\public.xml:20: error: Public symbol drawable/unknown_source declared here is not defined.
Exception in thread "main" brut.androlib.AndrolibException: brut.common.BrutException: could not exec command: [aapt, p, -F, C:\Users\lee8791\AppData\Local\Temp\APKTOOL3187049068433024737.tmp, -I, C:\Users\lee8791\apktool\framework\1.apk, -S, C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res, -M, C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\AndroidManifest.xml]
at brut.androlib.res.AndrolibResources.aaptPackage(Unknown Source)
at brut.androlib.Androlib.buildResourcesFull(Unknown Source)
at brut.androlib.Androlib.buildResources(Unknown Source)
at brut.androlib.Androlib.build(Unknown Source)
at brut.androlib.Androlib.build(Unknown Source)
at brut.apktool.Main.cmdBuild(Unknown Source)
at brut.apktool.Main.main(Unknown Source)
Caused by: brut.common.BrutException: could not exec command: [aapt, p, -F, C:\Users\lee8791\AppData\Local\Temp\APKTOOL3187049068433024737.tmp, -I, C:\Users\lee8791\apktool\framework\1.apk, -S, C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\res, -M, C:\Users\lee8791\Desktop\apk_manager_4.9\other\..\projects\Contacts.apk\AndroidManifest.xml]
at brut.util.OS.exec(Unknown Source)
... 7 more
The system cannot find the file specified.
The directory is not empty.
--------------------------------------------------------------------------
 
Last edited:
Back
Top