I want to build apk with some big configuration from xml file.
I want to know if there is any method that can control apk build process or if there is a way to create apk from our source with a few changes in our source based on our xml configuration file. Or any other way to build the apk file
I do not want to read my configuration file every time the application starts, I want to enable the change of the application itself
All suggestions, comments, answers, ideas are welcome. Thanks in advance.
android apk
Renjith kn
source share