I have use an external jar in my application.
I add the jar by adding "LOCAL_STATIC_JAVA_LIBRARIES := my-jar" in
Android.mk.
However, I found that the resource files of the jar are not included
into my apk.
I have compile the problem in eclipse but the resource can be included
in the apk build by eclipse.

I used aapt list my-prj.apk to list out the resources in the apks.
Do anyone know how can I add the resource into the apk if I compile
with Android.mk?

Thank you very much.

-- 
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