Hi all, I'm currently working on porting programs developed using C/C++ to Google Android. Android only support using java to develop applications, however, somebody was succeed in using JNI to connect java apps with native libraries.
But when I push my own compiled so file using arm-2008q1-126-arm-none-linux-gnueabi-i686-pc-linux-gnu.tar.bz2 into Android SDK, the Java application failed to load it. The Application simply exit without throwing any exceptions or errors. But the so file I get from http://davanum.wordpress.com/2007/12/09/android-invoke-jni-based-methods-bri dging-cc-and-java/ which is an JNI example works fine. I guess this problem is due to the incompatible version of crosstoolchain, someone said they succeed when they use the 2007 version toolchain. Does anyone has a clue? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Challenge" 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-challenge?hl=en -~----------~----~----~----~------~----~------~--~---
