Beginner help with build error

Hi

I am trying to create my first android game but I have run into some issues, that I hope you guys might be able to assist with.

I successfully created the game as an APK, but got an error on my phone (pixel 8 pro), as the game was incompatible.
I found that the target API level was set too low.
I have now updated the Target API level to 35, and changed configuration to include ARM64 as a target Architecture.

But now I can’t get it to build the APK file.

I have included a snip of the console after the build fails.

Does anyone have any suggestions to what I might try?

Best regards
Mikkel

1 Like

Found the soulition.
Adding here in case anyone has the same issue. :slightly_smiling_face:

Issue was related to the editor version. It had a bug so that it couldn’t build to API level 35.
After upgrading the project to the latest editor version, everything worked fine.