[Android] Error when running packaged game on Android phone

When i package and run the games i get the following error on the phone. Also is there any manula on how to add to android market place.

The application Ue4Game(process.com.epicgames.UE4game has stopped unexpedly.please try again

Anybody had this error when installed on the phone?

No you don’t submit to marketplace without having game ready :stuck_out_tongue: that error means the game crashed, you can see the error output in logcat (connect your phone get to Android SDK and there tools/monitor.exe and you will see logs from your phone and filters the one from your application)

How are you going about installing it to the phone? In the build directory, there’s typically a batch file that has console commands that you should run to push it to device.

Hello csabeyratne,
If you havent yet, be sure you have everything set correctly! Take a look through our documentation:

Getting Started: https://docs.unrealengine.com/latest/INT/Platforms/Android/GettingStarted/index.html

Launching/Packaging: https://docs.unrealengine.com/latest/INT/Engine/Deployment/Launching/index.html

Also not all Android phones are supported, make sure yours is in our list of supported Android devices, you can find that here: https://docs.unrealengine.com/latest/INT/Platforms/Android/DeviceCompatibility/index.html

If you’ve gone through the documentation and are still having issues, you can provide your logs ( found in your “Project Name”/Saved/Logs folder) and we can take a look and see what is going on.

-Max B.

Thanks Max B found my answer, went and got new android device according to device performance on your answer,

Any other ways to produce useful debug data?
On my Nexus 10 (Mali T604) an ETC2 build of anything (tried unmodified template projects) always quits with the “has stopped” error message within seconds after launch, but there is no Project/Saved/Logs directory, only ProjectName/Saved/Config.

Hi stt,

Unfortunately, the Nexus 10 is not on the list of supported devices so there is not much we can do resolve your issue at the moment.

-Max B.