Hi everyone, I am working using the
android android update project which, if I am not mistaking, creates the build.xml file which actually builds my project, as a part of the build process I do need to call another script before let ant compiling, this script copies a couple of .so file from another directory to my library/armebi folder. Right now I am doing this by hand everytime. I could modify the build.xml file and let it copies those files but before starting (I know little about ant) I am questioning if I will to lose all my job everytime I execute an android android update project command, which overwrites the build.xml, can I instruct the android tool to "attach" a script and execute it before compiling ? -- 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/d/optout.

