Hello Perumal, The Android NDK is a set of additional tools that you can use to add native code to your android application. You can think of the NDK as the equivalent of JNI for regular Java applications.
But don't be afraid to take a look at the documentation ;) http://developer.android.com/sdk/ndk/overview.html Regards, Steve K. On Tue, Jul 26, 2011 at 8:56 AM, Perumss Naren <[email protected]> wrote: > Hi, > > what is the different between SDK and NDK? > > Can we use "C" code in sdk? else in NDK only ? > > Regards, > Perumal.N > > > -- > 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 -- 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

