Re: [android-developers] Re: How to export the project as a JAR file.

2011-04-21 Thread Mark Murphy
Add a prefix. As I wrote on this thread earlier: You may also want to use some sort of unique prefix on your resource files and names, so that you do not accidentally collide with a project that is using your library. Also, for any resources you refer to in the binary-only library this way,

Re: [android-developers] Re: How to export the project as a JAR file.

2011-04-15 Thread Mark Murphy
On Fri, Apr 15, 2011 at 3:03 AM, Dan dan.schm...@gmail.com wrote: I have a nice .apk with a service and 4 activities, a shared native library with some jni goodness, some drawable files in the res directory and some other data in the assets directory.   Another company would like to package