Assuming I have a jar such as libphonenumber ( http://code.google.com/p/libphonenumber/) that contains both compiled class files and resources files (such as com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_US) that are loaded via .class.getResourceAsStream(), what is the best way to ensure that the resources end up in the right spot in the APK? Looking at `ant -v`, it appears that apkbuilder is called (presumably with the -rj or -rf options), though that tool claims to be deprecated. Assuming that is being used now to address the issue I describe, what's the appropriate thing to use instead?
-- 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

