Android build fails in distribution

If I build my game without selecting distribution everything works fine. If not I get build faildlink text

Hello Chubb3Bear,

It seems like this is the main error in your log:

UATHelper: Packaging (Android (ETC1)): C:\\android-sdk-windows\tools\ant\build.xml:1135: The following error occurred while executing this line:
UATHelper: Packaging (Android (ETC1)): C:\\android-sdk-windows\tools\ant\build.xml:1147: C:\Users\whate_000\Desktop\Partiality - Copy\Intermediate\Android\APK\Game.Keystore (The system cannot find the file specified)
UATHelper: Packaging (Android (ETC1)): Total time: 6 minutes 19 seconds
UATHelper: Packaging (Android (ETC1)): UEDeployAndroid.RunCommandLineProgramAndReturnResult: Making .apk with Ant again to show errors

Can you check to see if the file it’s looking for exists?

I think the problem was I did not have my keystore in the correct file . I moved it and the package worked