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 the final .apk
file. I used 'aapt list my-app.apk'.

On the other hand, the package built by Eclipse seems preserving resources
from 3rd party jars.

Does anyone know how to include resources from a static library into the
final .apk?

Thanks in advance,
Feng

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to