I want to build an apk with some large configuration from a xml file.
I want to know if there is any method that can control the building process of apk or is there any way to create apk from our source with a little bit of modification on our source based on our config xml file.Or any other way to build apk file
I don’t want to read my config file each and every time when the app run ,I want to include the change in application itself
All Suggestions,Comments,Answers,Ideas are Welcome
Thanks in advance…..
If you want to manually build your application :
First off, you should really understand the build process, if you don’t.
Once you understand the build process, you can start off by learning the commands to perform the various steps involved in building. The documentation talks about the various commands you can use.
This Tutorial on
Anttakes you from start to finish on how to perform a custom build.A few more tutorials: