Search Issue Tracker
Fixed
Fixed in 2021.3.33f1, 2022.3.13f1, 2023.1.20f1, 2023.2.5f1, 2023.3.0a11, 7000.0.0a1
Votes
11
Found in
2023.3.0a4
7000.0.0a1
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
-
SKArctop
Dec 26, 2023 02:22
Still happening on 2021.3.33f1
-
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
- Profiler - Taking you to the wrong section when using 'show'
- Draw Renderers custom pass doesn't work with SSGI
- WebCamTexture does not set the requested resolution when used in WebGL
- Editor default Stylesheet/Matching Selector buttons in Debugger don't do anything
- Graphics.DrawMeshNow stops rendering Render Texture after a few frames when viewed in the Player
Resolution Note (fix version 2023.3.0a11):
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.