Hi all! I am currently building out an app for android, and it requires some tweaking on the manifest doc to enable some functionality. However, after I have compiled the app, I have opened up the xml file and made the changes required but when I recompile it creates a new version of the app in a new directory without the changes.
I am thinking that perhaps it could require exporting as an android project, then compiling with ant - but this only generates an empty bin dir.
Any pointers on how to proceed? thanks!