Search Issue Tracker
By Design
Votes
0
Found in
2019.1.8f1
2020.1
Issue ID
1170590
Regression
No
[Android] AndroidJavaObject.findClass() is not working when using Google Play License Verification on Android devices
To reproduce:
1. Open attached project "Example.zip"
2. Build and run to Android device
3. When application opens press Load Service Binder
Actual result: There should be no exception
Expected result: The exception appears
Reproduced with: 2019.2.0b1; 2020.1.0a6
Can not check on lower versions because it was serialized with a newer version of Unity. (Has a higher SerializedFile version)
Tested with:
VLNQA00219, Samsung Galaxy Note9 (SM-N960U), Android 8.1.0, CPU: Snapdragon 845 SDM845, GPU: Adreno (TM) 630
VLNQA00015, Samsung Galaxy Note8 (SM-N950W), Android 8.0.0, CPU: Snapdragon 835 MSM8998, GPU: Adreno (TM) 540
VLNQA00278, Xiaomi - (Redmi Note 7), Android 9, CPU: Snapdragon 660, GPU: Adreno (TM) 512
Note: Logcat attached
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
- Asset creation in the Project Browser is not always undone/inconsistent when the undo shortcut is pressed right after creating an asset
- JobTempAlloc memory leak warning is thrown when the Player is shut down
- Graphics State Collection warm-up does not work when using with Addressables Shaders
- "Baked Shadow Radius" field is visible but inactive when when the Shadow Type is set to "Hard Shadows" under the Light Component
- Crash on OnDemandScheduler::HandleImportWorkerLogs when performing various Unity operations
Resolution Note (2020.1.X):
It's Java exception thrown by Android APIs, has nothing to do with Unity.