Re: [android-developers] Developing a C++ static library for use with Java on the Android

2010-04-27 Thread Frank Weiss
Lookup JNI. I strongly recommend learning how to use it from a simple Java application outside of Android first. Learn to walk before you try to run. On Apr 27, 2010 5:21 PM, "Josh" wrote: I have an existing C++ library that I want to compile into a static library, and call commands from it with

[android-developers] Developing a C++ static library for use with Java on the Android

2010-04-27 Thread Josh
I have an existing C++ library that I want to compile into a static library, and call commands from it with Java on the Android platform. I am brand new to Android development, and just need to figure out how to set the Java interface up so my C++ lib works on the Android. Where do I start? -- Yo