Search Issue Tracker
Fixed in 2021.3.33f1
Fixed in 2021.3.X, 2022.3.X, 2023.1.X, 2023.2.X, 2023.3.X, 7000.0.0a1, future release
Votes
11
Found in
2023.3.0a4
Issue ID
UUM-48068
Regression
No
[Android] TargetAPI 34 crash on launch
Steps to reproduce:
- Open the attached 1361131_windowed-trunk project
- Build the application without changing settings
- Deploy to the application to target device
- Launch the application on device
- Observe immediate crash
- Alternatively deploy the attached APK to target device and repeat steps 4 & 5
Expected results: Application launches and information regarding the screen is visible alongside three rotating shapes.
Actual results: Crashes immediately
Versions reproducible with: 2023.3.0a4, 2021.3.33f1, 2022.3.14f1.
Reproducible with:
- Pixel 6, CPU: Google Tensor, GPU: Mali-G78, OS: 14 beta 3.1
Not reproducible with:
- Samsung Tablet A(8.0" 2019), CPU: Snapdragon 429, GPU: Adreno 504, OS: 11
- Xiaomi Redmi 9A, CPU: Helio G25, GPU: PowerVR GE8320, OS: 10
Comments (25)
-
MaxxRafen
Dec 23, 2023 21:11
Still happening on 2021.3.33f1
-
wayfarergames
Dec 14, 2023 14:24
This is still happening on 2023.3.0a18
-
PentaGame
Dec 05, 2023 03:20
This continues to happen on 2022.3.14f1.
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
- AI Assistant upgrade banner's `Open package Manager` link doesn't work
- Sub-asset UI does not refresh when undoing Renderer Feature add or remove actions in a URP Renderer asset
- Scene flickers with a green tint when using Screen Space Ambient Occlusion and Contact Shadows with raytracing
- Scripts with null Components on GameObjects are not removed when calling GameObjectUtility.RemoveMonoBehavioursWithMissingScript
- Color Curve Key values remain visible after changing Curve type
Resolution Note (fix version 2023.3):
Crash was being caused on Android 14 devices on Development builds by missing EXPORTED/NOT_EXPORTED flag when registering broadcast receiver. Broadcast receiver was removed as it was unneeded and crash doesn't occur anymore.