Hi, I feel like I have been banging my head into a wall trying to get this to work so I am here for help.
I have a project which has a few dependencies as *.jars and also native code, specifically armeabi .so files which I have placed in a 'libs' dir. When I compile the build system detects my jars and compiles them in and creates the apk. The .so files are _not_ included however and althoguh I can see references to a natives dir under libs in the source files this is never touched. I have also noticed that properties files in my *.jar dependencies are not added to the apk. How do I get these native .so files added to my apk and how do I get the android build system to include resources from *.jar dependencies along side the compiled in *.class files. I basically created a new project with the android tool and copied my source / dependencies / res etc into that dir structure. I was under the impression that the libs dir should be picked up and used correctly but it is not. I am using the latest SDK. Many thanks in advance. I really need to get this working soon. :( -- 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

