It's not officially supported to use C code from android. But you could look around for JNI and android on the net.
On 2 okt, 11:49, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hello buddies!! > I'm involved in a biometric project. I need to write an app for > Android that must use an algorithm writen in C language. This C code > is very complex and for this reason translating this code into java is > not an option. The idea is to develop the main application in java > code and this would "call" to the algorithm somehow, so the algorithm > could return a value for the main app. I know there are some libs > writen in C/C++ and I'm wondering if I could do so for my project, > write my own lib and call it from the main app. But I don't know if it > is possible, how to do it, how to compile my C code for Android and so > on. > To help the algorithm is writen in C and is compiled for Linux. > Could anyone lead me through the darkness? > Thanks mates. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

