Hello
I have an issue with an external library I am using. The properties file are not copied and so I get a MissingRessource Exception. I found out a workaround in putting them manually in the classes.jar file of my extension, however this is not a solution, because once I build the .apk file, the files are gone (I added them also in the androidRuntime.jar).
Can you please help me with this issue? Or tell me where I have to adjust the ant script so these files are not ignored while building?
Thanks in advance