I've got an exising project, piles of .c, .h, .cpp, and makefiles that currently works in a Unix environment. I'm trying to build it to work under Android. I started converting the existing makefiles into Android.mk files to build it using the Android NDK. I've run into lots of problems. Is it possible to build the static and shared libraries using the existing makefiles? Is it necessary to use ndk- build to create the shared libraries?
I'm neither an Android or Unix guy, so please go easy on me. I'm much more comfortable with Visual Studio. -- 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

