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()