Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What does the new NDK plugins do?

I was installing the last ADT version on eclipse and there's some NDK plugins (https://dl-ssl.google.com/android/eclipse/). Does anybody know what is does? Does it allow eclipse do compile native code? How do you use it? I can't find any documentation out there.

like image 573
hstefan Avatar asked Jan 23 '26 11:01

hstefan


1 Answers

NDK is a toolset that allows you to write part of your android app using native code in languages such as C and C++. Many developers will probably not need this for android development, however, for accessing certain libraries and optimizing performance it can be useful.
Check out a description here:

like image 183
Tony D Avatar answered Jan 26 '26 01:01

Tony D