How to install android NDK?

I have downloaded Android NDK from here: for Linux 64-bit (x86). It is a ZIP file that i can extract easly, but where should i extract/install to get Android NDK functioning?

3 Answers

Well, downloading manually NDK might be not good options for beginning.

I highly recommend you to follow these tutorial:

If you still feel get stucked, check this topic:

1

Android NDK is available as a zip file here:

and after unzipping it, there are many sample program you can build within it.

In the past the way of using the NDK are documented here:

For the latest version I have extracted some samples here:

enter image description here

which you navigate and compile the samples yourself.

You should use this path:

/home/<usr>/Android/Sdk/

I extracted all my legacy NDK to that path

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like