-
Notifications
You must be signed in to change notification settings - Fork 1.3k
No implementation found for void com.mapbox.mapboxsdk.net.NativeConnectivityListener.initialize() #15331
Comments
What was the previous version of the SDK that you've used? We've recently changed the native library loader from |
Previous versions were
|
The We're currently not planning to revert this change, but If you feel like you've had better results loading native code using
This should be done before any code accesses SDK classes ( I'm going to close as not actionable from the Maps SDK perspective. |
@LukasPaczos this is not a good answer. We are several people who have difficulties with the sdk and firing this error in production. My error still occur in production and I need a fix :
This error is fired by my application class ` @OverRide
|
Same problem here! How do I prevent soloader from crashing my app? |
Having the same problem in production mode? |
Well, I have realized that the majority of crashes are caused by custom installation of our app (read as cracked), e.g. this is because they do not installed all the needed apks since we use AAB ... |
Actually, we had the same problem during Google Play feature verification process, the guys at Google used some apk (do not know which) and after telling them to use version from PlayStore everything was good. |
@hrach I generate .aab file which when I test on Firebase testlab, it fails on around 4 to 6 devices out of 15. Due to which in crashes I'm not releasing the .aab on playstore. Do this issue has any link with .aab? |
I have the same problem on circle ci with this configuration :
|
This issue is duplicate and I solved it in #14428 |
Occasionally, the so is not loaded properly, causing initialization failure
mapbox version:
|
Hi, this is obviously a reintroduction of of #14428, #11390, #13045 and maybe else.
After releasing our app with updated Mapbox to:
We got a spike with this crash:
Could it be caused by mismatch version where 8.2.1 is requested in unrelesed 0.42.0 (as suggested in #14428)?
Configuration
Android versions: 5-9
Device models: various
Mapbox SDK versions: included above
The text was updated successfully, but these errors were encountered: