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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
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.