I’ve an android app that does dome image proceesing. i’d like to write certain parts of the app in C++ for performance reason, then call these methods through the NDK. do i need a specific C++ compiler eg for embedded systems or will any do? Has anyone a link to the correct download for the compiler? thanks matt
Share
The Android NDK comes with a compiler included, which is a version of GCC. You should not need to install any other.
Switching from Visual Studio to Eclipse will make your Android development life much easier, though. All the convenient tools are Eclipse-based.