Search Issue Tracker
Fixed in 2019.3.X
Fixed in 2019.2.X
Votes
0
Found in
2019.1.0a12
2019.2.0b1
Issue ID
1158036
Regression
Yes
[Android] build fails when setting keystore path via script as a string with relative path value
To reproduce:
1. Open attached project "655009_SignGradle.zip"
2. Make sure keystore path is set with "PlayerSettings.Android.keystoreName = keystorePath;" in script SetKeystone.cs
3. Change platform to Android and build the project
4. Observe the build fail
Expected: provided keystore path is converted to full path
Actual: string with relative path is not converted to full, resulting in failed build (check build.gradle)
Reproduced in: 2019.1.0a12, 2019.1.5f1, 2019.2.0b5, 2019.3.0a5
Not reproduced in: 2017.4.28f1, 2018.4.1f1, 2019.1.0a11
Note1: setting keystore path via script on Windows results in keystore not being found due to different path string formatting
Note2: contrary to Windows, using GetFullPath() returns relative path in Mac's path field (however in built project, global path is included, therefore it works)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Buttons in the Overlay Menu in the Scene View are all gray even if they're activated when Game View is maximized and minimized
- NullReferenceException is thrown when baking Adaptive Probe Volume for a Terrain with Non-GI Contributing Tree Prototypes and multiple APV objects with different LayerMasks are present on the scene
- Hands are not recognized when using Hololens 2
- "OnTriggerExit2D" is called before "OnTriggerEnter2D" when object is destroyed immediately
- Editor crashes on PrepareSpriteTilingData when exiting Play mode
Add comment