Android blacklisted, still No BuildPlatform found for Android

Hello,

I’ve blacklisted Android for our plugin like so:

"WhitelistPlatforms": ["Win64", "Win32"],
"BlacklistPlatforms": ["Android"],

However, I still get the error from the automation tool:

Program.Main: ERROR: AutomationTool terminated with exception: ERROR: GetBuildPlatform: No BuildPlatform found for Android
Program.Main: AutomationTool exiting with ExitCode=1 (Error_Unknown)
BUILD FAILED

Alisaxy,

In order to better, could you please provide additional information about what exactly you’re doing and provide me a full error output log?

Thank you!

I’ve run it again & it seems to work now, perhaps because I installed the Android SDK? It’s still strange that I needed it to build correctly, when I had Android explicitly blacklisted before.

Okay, apparently the UAT builds the Android version as well despite it being blacklisted… Strange.

The automation tool might bring those dependencies back in, even though they’re blacklisted. So you’ve gotten the platform to blacklist now?