Re: [android-developers] how to include resource files in a static java library?

2010-12-22 Thread Mark Murphy
You cannot have Android resources in a JAR. Use Android library projects for this: http://developer.android.com/guide/developing/eclipse-adt.html#libraryProject On Mon, Dec 20, 2010 at 9:18 PM, Feng Qian feng.qian.web...@gmail.com wrote: Hi, I am using a third-party jar as a prebuilt static

[android-developers] how to include resource files in a static java library?

2010-12-21 Thread Feng Qian
Hi, I am using a third-party jar as a prebuilt static java library which has some resource files in it. I made Android.mk like this: LOCAL_MODULE := my-app LOCAL_STATIC_JAVA_LIBRARIES := third-party-prebuilt-lib include $(BUILD_PACKAGE) However, resources from 3rd party jar is not included in