I have modified one of the strings in android binary resource(.arsc) file
successfully. By successfully I mean I am able to replace a string with a
bigger one, move other binary data, update offsets and lengths. I also
tested it out by trying to parse/read this same modified arsc file.

Now the issue is when I re-package the apk with this new arsc file and run
the app, it gives *ResourceNotFound* exception for the same string
reference whose value I changed.

*Any idea what I am missing?*

*May be I want something like below for arsc file.*
https://code.google.com/p/axml/

*Link on how to modify string in arsc:*

https://groups.google.com/forum/#!topic/android-developers/r0Q3AvOFYYw

Same question link SO:
http://stackoverflow.com/questions/17982959/resourcenotfound-exception-after-modifying-string-in-android-resource-arsc-fi

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to