Thanks a lot for the clarification. Wish NDK to be out for the developres ASAP.
Date: Wed, 1 Apr 2009 13:24:23 +0200 Subject: [android-discuss] Re: Is JNI (Java Native Interface) supported in Android’s Java? From: [email protected] To: [email protected] JNI is supported by the Dalvik VM, this is how nearly all the native libraries are called from Java. However, at this point, native code is not officially supported in application packages, even though there are tricky ways to achieve this. On the other hand, we're currently preparing a Native Development Kit (NDK) which will provide tools for application developers who want to add native code to their apps, as well as officially sanctioned APIs (i.e. header files) that will be guaranteed to be supported across all future platform revisions, including the JNI-related headers. There is no ETA on this yet, but it will be available as soon as possible. On Wed, Apr 1, 2009 at 7:41 AM, ajay thapar <[email protected]> wrote: So you mean to say that JNI is NOT supported in Andriod 1.1? If supported then link to related documentation will be a great help. > Date: Wed, 1 Apr 2009 00:04:18 +0300 > Subject: [android-discuss] Re: Is JNI (Java Native Interface) supported in > Android’s Java? > From: [email protected] > To: [email protected] > > > There are rumours, cough, 3D Realms are working on this feature in cupcake ;) > > On Tue, Mar 31, 2009 at 3:47 PM, <[email protected]> wrote: > > > > As an Android application developer, I want to use native C/C++ > > libraries from Java. So wanted to know whether JNI support is > > available in Android version of Java? > > > > > > > > > _________________________________________________________________ Twice the fun—Share photos while you chat with Windows Live Messenger. http://www.microsoft.com/india/windows/windowslive/messenger.aspx --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Discuss" 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-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
