Summary: As of 2019, Google introduced a new NDK “side-by-side” feature which allows you to install multiple NDK versions under the Android SDK directory . All new NDK versions are downloaded to the side-by-side directory and it replaces the old “ndk-bundle” directory.
Read moreIs NDK part of sdk?
Android provides Native Development Kit (NDK) to support native development in C/C++, besides the Android Software Development Kit (Android SDK) which supports Java . [TODO] more. NDK is a complex and advanced topics.
Read more