Recent exception on 2 real Android 11 device with 0.16 release / library "libvtm-jni.so" not found #875
Replies: 3 comments 5 replies
-
I've found what it looks like some relevant information: microg/GmsCore#19 This made me think that perhaps someone is running my app on a non official Android ROM. So I've dig into the most recent register of the above crash, and it happened on an Android 8.1 (LG Nexus 5x). It seems this telephone never got an official Android 8.1 ROM from LG. However it did get several unofficial Android 8.1 ROMS: https://www.getdroidtips.com/android-8-1-oreo-nexus-5x/ I've tried running my app using an emulator without the Google Play services, and it runs OK. But the above got me thinking it might be the case. Someone is trying to run the app under a non-official ROM. However, this won't explain why the above Samsung Galaxy A32 5G and Samsung Galaxy A20s (both received Google's Android 11) had these crashes. |
Beta Was this translation helpful? Give feedback.
-
How do you integrate the native libraries in your app? Do you use Android multidex in your app? Why having libGDX native libs, do you use vtm-android-gdx? |
Beta Was this translation helpful? Give feedback.
-
The recommended There are samples in |
Beta Was this translation helpful? Give feedback.
-
I've recently received 3 crashes that's seem a bit odd. It looks like the app cannot find the VTM library.
The device has the following specs:
I've checked what kind of processor have these devices. One of them has this one (https://www.qualcomm.com/products/snapdragon-450-mobile-platform) which looks like an ARM 64.
I can see the following VTM library versions added in my app bundle with libvtm-jni.so and libgdx.so on each folder:
Some more relevant data:
The only relevant change I see in my app is that I'm using now Android View Binding. Although I've never experienced myself an issue with my real devices or the Android emulators (tested on Android 7, 10 and 11).
This is the stack trace:
Beta Was this translation helpful? Give feedback.
All reactions