Search Issue Tracker
By Design
Votes
0
Found in
2018.1.0b1
2018.1.1f1
Issue ID
1040342
Regression
Yes
[Android] Version is null if a custom .gradle template is used without "versionName" set
Steps to reproduce:
1. Open QA attached project
2. Build the game to device
3. Go to Settings -> Apps -> "built app name"
4. Observe that version is null
Expected result: version should not be null when custom .gradle template is used
Reproduced in: 2018.3.0a4, 2018.2.0b11, 2018.1.7f1, 2018.1.0b1
Not reproduced in: 2018.1.0a7, 2018.1.0a1, 2017.4.6f1, 2017.3.2f1
Regression since: 2018.1.0b1
Reproduced with:
Huawei Nexus 6P (Nexus 6P), 7.1.2, CPU: Snapdragon 810 MSM8994, GPU: Adreno (TM) 430
Htc 10 (HTC 10), 7.0, CPU: Snapdragon 820 MSM8996, GPU: Adreno (TM) 530
Google Pixel (Pixel), 8.1.0, CPU: Snapdragon 821 MSM8996 Pro, GPU: Adreno (TM) 530
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note (2018.1.X):
Users build.gradle is incorrect because it is taken from older Unity versions. In order to build on 2018.1, you need to take the default Unity template from 2018.1 and make your modifications on top of that. Same applies for newer Unity versions.