Can't publish my game on Play - DistributionSigning Error

I finished my game and it is ready for Play.
Now when I try to build the game, it cooks normally and everything ok but at the end it shows this error:


MainFrameActions: Packaging (Android (ATC)): ====16/05/2016 23:54:06====PERFORMING FINAL APK PACKAGE OPERATION================================================
MainFrameActions: Packaging (Android (ATC)): Program.Main: ERROR: AutomationTool terminated with exception: ERROR: DistributionSigning settings are not all set. Check the DistributionSettings section in the Andriod tab of Project Settings
MainFrameActions: Packaging (Android (ATC)): Program.Main: AutomationTool exiting with ExitCode=1 (Error_Unknown)
MainFrameActions: Packaging (Android (ATC)): Domain_ProcessExit
MainFrameActions: Packaging (Android (ATC)): copying UAT log files…
MainFrameActions: Packaging (Android (ATC)): BUILD FAILED
PackagingResults:Error: Error Unknown Error

From my developer console is a Public RSA Key, I believe I should paste that key on the Projects Settings > Key Store from the Distribution Signing menu.

Even with the key in there the build just fails and I don’t know why! Am I doing something wrong? Is there another type of key I should put in there? What about the other 3 key options? Where do I get these?

[link text][2]

Hey PlatinumBlade,

Make sure that when you’re putting your key store information in, you’re filling out the fields: Key Store | Key Alias | Key Store Password

Please review this [documentation][1] regarding signing your app for distribution.

[Signing Projects for Release][2] | [In-App Purchases on Android][3]

We also have Unreal Match 3 available for you to look at and mimic your game after, when you’re having trouble with settings.

Good luck!

Sign your app  |  Android Studio  |  Android Developers
[2]: Signing Android Projects for Release on the Google Play Store with Unreal Engine | Unreal Engine 5.1 Documentation
[3]: How to Use In-App Purchases in Unreal Engine Projects on Android | Unreal Engine 5.1 Documentation

Thanks for the answer :slight_smile: but it seems that I discovered my problem and fixed this a day ago, I forgot to tick this question as solved earlier. Thanks anyway :slight_smile:

Hi PlatinumBlade,

How did you solve this problem?

Just follow the instructions in this page and it will point you in the right direction
Hope this helps, good luck :slight_smile: