Error No build platform found Android - After converting to C++ project?

I’m trying to deploy a project to an android device. However, it seems that something has happened and now my project no longer thinks it can deploy to Android. If I try to package the project to Android, then I get the window popping up saying I am missing some required components for Android. However, in my project settings via Android everything is green and also under Android SDK I have opened the file paths it is pointing to and they are correct.

I’m not quite sure what else to do. I have re-verified my engine, I’ve deleted my Intermediate folders and regenerated and recompiled everything successfully but to no avail.

I can see the device in the Device manager and if I try to deploy a project to it via the project launcher I just get the error: No build platform found for Android

Does anyone know what is going on here? Any help would be greatly appreciated.

This was actually a simple fix. For some reason my NDK location in the project settings was looking for a different version than I have installed. Giving a valid NDK location fixed the problem