Reputation: 189
Is it possible to do Android NDK Development in Android Studio 1.5 , or is it best to use Eclipse for NDK Development?
Please can you advise me how I should setup Android Studio 1.5 IDE and how I should setup my Android Studio 1.5 project?
Currently, I have my Eclipse (Mars.1) IDE setup as follows :-
Window -> Preferences -> Android -> SDK Location -> [SDK directory]
Window -> Preferences -> Android -> NDK -> NDK Location -> [NDK directory]
I have my Eclipse project setup as follows :-
Please can you advise me how I should setup Android Studio 1.5 IDE for NDK Development and how I should setup my Android Studio 1.5 project?
Or is is best to use Eclipse for NDK Development?
Thank you for your expertise, Best regards, James
Upvotes: 2
Views: 722
Reputation: 2334
Inside project structure of Android Studio, you can set the NDK location (if not already) like so:
Upvotes: 1