Many libraries require control files under META-INF. However, at least when building with Eclipse, files in META-INF aren't included in the APK. All other paths work; just files under META-INF are ignored.
In fact, it seems that if a path has "META-INF" as a component anywhere inside it, it's ignored--"foo/bar/file" gets added to the APK, but "foo/bar/META-INF/file" doesn't. If the files are added to the APK manually, they're found by the classloader, so this seems like only a build problem. Third-party libraries need this, so I'd sooner not hack things up to relocate them. There are a few other threads about this, but they all trail off, and this must be a common problem. Any workarounds? -- 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

