ML.
ML.

Reputation: 599

Finding NDK on my System

I am following this tutorial and am stuck on Step 3 where I have to add in the NDK. What exactly is the NDK and where do I find it?

http://blog.guillaumeagis.eu/setup-andengine-with-android-studio/#comment-1535

Upvotes: 0

Views: 57

Answers (3)

Alan S.
Alan S.

Reputation: 156

You can also download the NDK using the SDK Manager I believe. There should be an option that says Android SDK and you can download it from within Android Studio if you are using it

Upvotes: 1

Seshu Kumar Alluvada
Seshu Kumar Alluvada

Reputation: 562

NDK is the Android Native development kit. You can download it from here.

Upvotes: 1

Ajay P. Prajapati
Ajay P. Prajapati

Reputation: 2023

what is Ndk?

Ndk is a toolset which would enable you to implement parts of your app into native languages such as C or C++.

where you can download it?

http://developer.android.com/ndk/downloads/index.html

Upvotes: 1

Related Questions