Hi,
For my app I also use a java eclipse project that uses a embedded .xml
file as resource.
It loads them using: Library.class.getResourceAsStream("file.xml");
This library works ok, when the app is compiled with eclipse. However,
when I compile using ant (debug, so no proguard), it doesn't get added
to the app, and it crashes because of it.
I found out that the build.xml file didn't copied any files like
my .xml file to the output dir classes, so I added a manual copy
action that adds the file to the right folder.
Still, however, the final app can't find the file, and it looks like I
am missing something in the build.xml to make it work correctly.
(Maybe an option for dex?)
Please help,
Peter de Kraker
--
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