Build fails due to automation tool

link text

codeworks for android 1R5
Visual studio with c++ enabled (latest as of this date)
windows sdk installed
game is both blueprint and c++ enabled

I’m attempting to build a game for the android as proof of concept. I choose and empty build with no starter content. I have created a .keystore for my “game” as well. Initially I had a problem with build tools but was able to resolve that issue.

My current problem is when I attempt to build I get errors with the automation tool which don’t allow a release apk to be written. I’ve included my log file. I also removed read only from some of the android bin files which does not seem to help.

Thanks in advance. I will be able to try a solution monday evening and appreciate any answers until such time,

Hi Chestm80 ,

Your game project’s folder name is ‘the beast returned’ … maybe this is causing the issue. try changing this to ‘the_beast_returned’.

Also, as you already know, if you use ‘matchNDK’ in your SDK, they actually change your minSDK and your min SDK is 21.

Thanks