Franky
Franky

Reputation: 1176

How to configure NDK for Android Studio

I've installed Android Studio 2.2.3 and created a "myApplication" with include C++ support. I get this error:

Error:NDK not configured.
Download it with SDK manager.)

Is there any good way to solve it please?

Upvotes: 20

Views: 61943

Answers (1)

yakobom
yakobom

Reputation: 2711

Once you have downloaded the NDK, go to "File" menu, than "Project Structure->SDK Location" and set the Android NDK Location (it is at the bottom of the window).

Upvotes: 58

Related Questions