I am one of the many who just cannot get Android SDK to register properly.
I have followed instructions to the letter from here. I have the correct versions installed for 5.7 as mentioned here. I have set ENV variables, paths, etc.
I have even uninstalled everything and started again from scratch, but alas, no luck.
The top row is your manual NDK install and it’s correct (r27c is in the allowed range). The bottom row is AutoSDK, which is a separate mechanism Epic ships for automated/CI setups — it installs to its own managed location and isbindependent of your manual SDK. You don’t need both; an empty Installed: – under AutoSDK is normal when you’ve set things up by hand.
TL;DR: Ignore the AutoSDK row. Your r27c manual install is what UBT actually uses for the build. If your project still won’t package, the error is somewhere else — share the actual build log (the red lines, or AutomationTool/Saved/Logs/Log.txt) and we’ll trace it from there.