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
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
- Any small change in UI Builder Inspector refreshes Editor Inspector
- Inaccurate Box Collider boundaries on a rotated child Cube when the parent GameObject Scale is non-uniform
- [Android] "SHADOWS_SCREEN" set as shader Keyword when no "_ShadowMapTexture" is bound leads to freeze on a build on some Mali GPU devices
- The global scene list is overridden in a project built with command line when the Override Global Scene List setting is disabled in the build profile
- Global Scenes are not included in the Build when building multiple Build Profiles at the same time
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