Unreal Engine Launch Error

I’m getting this error log trying to launch my test app on android device. Ive already followed the setup steps on https://docs.unrealengine.com/latest/INT/Platforms/Android/GettingStarted/1/index.html but still im getting error.

alt text

I had a similar weird error and didn’t understand what I was doing wrong.

What fixed everything for me was switching from Ant to Gradle when packaging my project.

You can find the option under Project Setting → Platforms → Android → “Enable Gradle instead of Ant”

I tried that setting and now im getting new error message in log.
213990-

Alright, i did a few changes to project setting and the project is compiling fine now with “Enable Gradle instead of Ant” option, cheers! :smiley:

That’s awesome :smiley: Cheers mate!