I'm starting with the android NDK. Is there some nice place/ebook for guiding me? Thanks
To use Android NDK support in your application, you need to download the following three tools: LLDB: It is used by Android Studio to debug the native code present in your project. NDK: Native Development Kit(NDK) is used to code in C and C++ i.e. native languages for Android.
Android provides Native Development Kit (NDK) to support native development in C/C++, besides the Android Software Development Kit (Android SDK) which supports Java.
It is important to mention that some Android Apps use NDK to achieve a specific functionality. That makes NDK and SDK somehow complementary in some cases. However, Android still recommends to only used NDK if you really need to.
The Native Development Kit (NDK) is a set of tools that allows you to use C and C++ code with Android, and provides platform libraries you can use to manage native activities and access physical device components, such as sensors and touch input.
that should get you started:
http://mindtherobot.com/blog/452/android-beginners-ndk-setup-step-by-step/
and
http://mobile.tutsplus.com/tutorials/android/ndk-tutorial/
I can only recommend the book: Pro Android Apps Performance Optimization. There is a whole chapter about the NDK (about 40 pages). It's much more than I found in any internet tutorials...
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With