You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a com.google.android.gms:play-services-cronet:18.1.0 org.chromium.net:cronet-api:72.3626.96 under com.mapbox.common:common:24.10.0. Is there a conflict with the version under org.chromium.net:cronet-api:119.6045.31 directly referenced under common? Resulting in the error java.lang.NoSuchMethodError
No direct method (Lorg/chromium/net/ProxyChangeListener;Landroid/content/Intent;)V in class Lorg/chromium/net/b; or its super classes (declaration of 'org.chromium.net.b' appears in /data/app/~~JtF0RjF89A3ut04yqGYe0g==/com.sx.sx-_Wbb-nEjm7upnnlQQnicpw==/base.apk!classes4.dex)
Use Cronet as the default network stack , Did you reference two different versions of Cronet?
This is the dependency tree I printed:
Or is it caused by my release version of proguard rules?No mapbox related rules have been added
The text was updated successfully, but these errors were encountered:
Or is it caused by my release version of proguard rules?No mapbox related rules have been added
Can you provide the final rules that are related to cronet and mapbox? You can find them in your app build directory (for example: app/build/outputs/mapping/release/configuration.txt).
This is all the tracking log information monitored
System version:Android 12, level 31
ROM :HuaWei/EMOTION
Foreground and background status:Background
Device model:ANG-AN00
CPU architecture:arm64-v8a
There are other models that also report errors, including Xiaomi, OPPO, OnePlus, etc.:
Usage time :1 second
Foreground and background status:Foreground
Device model:2201122C
System version:Android 13, level 33
ROM:XiaoMi/MIUI
CPU architecture:arm64-v8a
I'm sure this happened after upgrading Mapbox. There is no problem rolling back to the old Mapbox version. The mapbox version of my project was upgraded from 11.6.1 to 11.10.2
There is a com.google.android.gms:play-services-cronet:18.1.0 org.chromium.net:cronet-api:72.3626.96 under com.mapbox.common:common:24.10.0. Is there a conflict with the version under org.chromium.net:cronet-api:119.6045.31 directly referenced under common? Resulting in the error java.lang.NoSuchMethodError
No direct method (Lorg/chromium/net/ProxyChangeListener;Landroid/content/Intent;)V in class Lorg/chromium/net/b; or its super classes (declaration of 'org.chromium.net.b' appears in /data/app/~~JtF0RjF89A3ut04yqGYe0g==/com.sx.sx-_Wbb-nEjm7upnnlQQnicpw==/base.apk!classes4.dex)
Use Cronet as the default network stack , Did you reference two different versions of Cronet?
This is the dependency tree I printed:
Or is it caused by my release version of proguard rules?No mapbox related rules have been added
The text was updated successfully, but these errors were encountered: