Re: [android-developers] Not all resources are being added to my apk file.

2012-11-19 Thread Mark Murphy
On Mon, Nov 19, 2012 at 7:44 AM, Alex Foreman wrote: > 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. armeabi .so files go in libs/armeabi/, not libs/. -- Mark Murphy (a Commons Guy) http://comm

[android-developers] Not all resources are being added to my apk file.

2012-11-19 Thread Alex Foreman
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