I am trying to use the Android Studio1.3.2 + NDK + Windows7 to build a C++ code. I have referred the existing C++ code from the NDK samples (HelloGL2). I have compiled and run the sample codes from the NDK.
However, my problems are:-
1] I haven't found any documentation which explains how to build a C++ project for Android Studio + NDK from scratch.
2] I am unable to find a way how to modify/add .cpp files to the existing HelloGL2 example.
I have also referred to links/videos pertaining to NDK development, but none clearly explains how to use the NDK for C++ development.
https://software.intel.com/en-us/videos/building-ndk-apps-with-android-studio
http://developer.android.com/ndk/guides/android_mk.html
https://sdgsystems.com/blog/using-android-ndk-android-studio-part-1
Any help regarding this would be much appreciated. Thanks,
Abhishek.