Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Dismiss Notice

Unity 2017.1 Android keystore password leangth bug

Discussion in 'Editor & General Support' started by gamepower7, Jul 18, 2017.

  1. gamepower7

    gamepower7

    Joined:
    May 16, 2017
    Posts:
    27
    Hi
    after some test , i found that if i signed apk with keystore with long password , this error happed ,
    if the password was simple , no error found

    create keystore with this password -> got error

    HZjW3D_Nz7ClF$~lJfU$fSUuH\adGR
    q!E"?*0nrvV'/mA#Bn3l0|_W=$eFxk


    create keystore with this password -> worked
    Pass@Word123
    Pass@word123

    can any one confirm ?

    bug

    CommandInvokationFailure: Failed to sign APK package.
    D:\Android\sdk\build-tools\25.0.3\apksigner.bat sign --ks "D:/user.keystore" --ks-pass pass:"HZjW3D_Nz7ClF$~lJfU$fSUuH\adGR" --ks-key-alias "meme" --key-pass pass:"q!E"?*0nrvV'/mA#Bn3l0|_W=$eFxk" "C:\Users\h.safa\Source\Workspaces\BagoonV5\BagoonV5\Temp/StagingArea/Package.apk"

    stderr[
    '_W' is not recognized as an internal or external command,
    operable program or batch file.
    ]
    stdout[

    ]
    exit code: 255
    UnityEditor.Android.Command.Run (System.Diagnostics.ProcessStartInfo psi, UnityEditor.Android.WaitingForProcessToExit waitingForProcessToExit, System.String errorMsg)
    UnityEditor.Android.PostProcessor.Tasks.TasksCommon.Exec (System.String command, System.String args, System.String workingdir, System.String errorMsg, Int32 retriesOnFailure)
    UnityEditor.HostView:OnGUI()
     
  2. hero87

    hero87

    Joined:
    Dec 12, 2016
    Posts:
    3
    Same here please any help ,or we have to back 5.6
     
  3. MrEsquire

    MrEsquire

    Joined:
    Nov 5, 2013
    Posts:
    2,712
    They need to bug bash the mobile platforms more!!!