Remove and uninstall Android NDK
NDK is just a set of libraries and binary tools.
Normally, you do not need to "uninstall" it.
To "remove" it, you can:
- delete the ndk folder
- remove NDK environnent variable you have set previously
I am using Android Studio 3.5.3 and could remove or uninstall the obsolete NDK following the procedure listed below:
- Use Tools->SDK Manager.
- Go to the "SDK Tools" page in the "Android SDK" menu. REMEMBER to check the checkbox "Show Package Details" at the lower right corner.
- You'll see all the NDK's you had installed, Un-check the NDK you'd like to uninstall and click "OK" at the bottom right to uninstall the selected NDK