I am a new user of android studio and I am developing application based on native library(JNI) and eclipse is provide builder facilities for NDK-build. so any functionality available in android studio to build NDK
Asked
Active
Viewed 5,632 times
2 Answers
3
NDK integration is very basic, limited, and not documented (per the New Build System page) at the time of this writing. There a couple of examples in the samples at the bottom of that page that illustrate how this can be done. You can also check the Gradle Plugin User Guide periodically to see if any additional documentation is available.

Mark
- 2,362
- 18
- 34
-
2ndk-build is now integrated with Android studio gradle builds. This is out of date. – Cypress Frankenfeld Jun 06 '14 at 13:57
1
Android Studio runs ndk-build automatically if you have a jni directory in your project root. I describe the minimal setup you need in my answer to a similar question.

Community
- 1
- 1

Cypress Frankenfeld
- 2,317
- 2
- 28
- 40