I can't deploy my game in Android. I am using UE 4.9.2, here is the error attachment

Hello D500,

The error message “AutomationTool was unable to run successfully” doesn’t really say anything. It’s a general message saying “The build failed”. The actual error should be somewhere further up in the log. Can you provide the full log file? You can find it in your project’s folder under Saved / Logs.

link text

This log doesn’t seem to be from a session where you attempted to package or deploy your project, as there are no errors listed in it, not even the one shown in your screenshot from your original post. Could you try deploying again, closing when it fails, and sending the latest log file?

I wish, this will be helpful.

From the message:

Program.Main: ERROR: Exception in mscorlib: Could not find a part of the path ‘C://android-ndk-r12b/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/libgnustl_shared.so’.

it seems that this has something to do with your SDK installation. I’m not sure which Android SDK you would need for 4.9.2 so it’s possible that your version may be too old or too new to be used with that version. You can find a post of someone else having this problem quite a while ago here

Thanks for the support.

Does that mean you were able to resolve the issue? If so, what was the problem and how did you fix it?