Search Issue Tracker
Fixed in 2020.1.X
Fixed in 2018.4.X, 2019.4.X
Votes
0
Found in
2019.1.0a10
Issue ID
1167092
Regression
No
Android builds fail if building App Bundle with signed keystore/key that contains non-ASCII symbols in its name or password
How to reproduce:
1. Open attached "KeystoreTest" project
2. Go to File -> Build Settings -> Player Settings -> Publishing Settings
3. Type in (or copy+paste) the password for "newKeystore.keystore" - "À È Ì Ò Ù Ỳ Ǹ Ẁ" (without quotes)
4. Type in (or copy+paste) the same password for project key
5. Build the App Bundle
Expected result - Build is successful
Actual result - Builds fails with error message: "java.lang.RuntimeException: java.lang.RuntimeException: jarsigner.exefailed with exit code 1" (see full editor log below)
Reproducible with - 2019.3.0a9, 2019.2.0b9, 2019.1.9f1, 2019.1.0b1, 2018.3, 2018.2, 2018.1, 2017.4
Note - Building APK is successful and does not fail with the same setup
Comments (1)
-
teropongpost1
Apr 01, 2023 19:43
teropongpost.id
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [iOS] "UnityBatchPlayerLoop()" causes a freeze in the iOS application when it is put to the background and brought back to the foreground
- "Perform Selected" of Shortcut Manager window does not perform the shortcut in some cases
- Crash on mono_get_hazardous_pointer when running Play Mode tests in a specific project
- [iOS] ‘확인’(Done) and '취소'(Cancel) text is displayed as '...' in the on-screen keyboard when the System preferred language is set to Korean
- [sw-unity-6-1] Shadergraph panning area size is constant regardless of the size or the zoom level
Resolution Note (fix version 2020.1):
PR https://ono.unity3d.com/unity/unity/pull-request/91477/_/platform/android/aab_password_fix
Landed 2020.1.0a2