Is Android NDK good?

In general, you should only use the NDK if it is essential to your app —never because you simply prefer to program in C/C++. When examining whether or not you should develop in native code, think about your requirements and see if the Android framework APIs provide the functionality that you need.

Read more

Is NDK required for flutter?

It depends on the project type . The dialog you showed appears for an Android project but not for a Flutter one for me. With a Flutter app, the accepted answer was the one that helped me, too: installing the required NDK. I think this is the correct answer for the general use of the NDK.

Read more