Android Build Failed

When I build for my android device I get this error.

LogPlayLevel:Display: Program.Main: ERROR: ERROR: Can’t make an APK an API installed (see “android.bat list targets”)

Also this
LogPlayLevel:Display: RunUAT.bat ERROR: AutomationTool was unable to run successfully.

Are you using the GitHub Version or the installer one? if its the GitHub build you will need to rebuild the ue4 source in visual studio with ‘Developer’ and ‘Android’ selected. worked for me
For the installer build have you installed the TADP exe? as shown here Setting Up Unreal Engine Projects for Android Development | Unreal Engine Documentation

I did instal TADP but I only got the SDK, JDK, and Ant (I haven’t used code yet)

I had this issue and solved it. The build system looks to default to android SDK 19 but for some reason that isn’t the default version installed by Tegra installer.

Go to C:\NVPACK\android-sdk-windows and run the SDK Manager and install the SDK version 19 as well as build tools version 19.1.0

Close everything, rerun and should be working now

Can you make it more clear rebuilding it with “Developer” and “Android”. How to do? Can you provide a pic?