Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 813 Bytes

File metadata and controls

24 lines (18 loc) · 813 Bytes

android-resource-hack

This is an example of how you can change string resource value at runtime, not that it's a good thing to do. For now will only work with ant builds.
To run the example:

  1. cd to project folder.
  2. run "android update project -p ."
  3. run "ant clean debug" to build debug apk.
  4. run "ant installd" to install debug apk on device or emulator.

Disclaimer

This was made just for fun and should never be implemented in real projects.

License

Copyright 2013 Roman Zhilich <Roman.Zhilich@gmail.com >

This work is free. You can redistribute it and/or modify it under the
terms of the Do What The Fuck You Want To Public License, Version 2,
as published by Sam Hocevar. See http://www.wtfpl.net/ for more details.