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
When the user updates my app, it's showing this error and the app is crashing. The app works if uninstall and reinstall the app. @saghul Previously I was using jitsi sdk version 5+ but now I am using V4.1.0.
Exception java.lang.RuntimeException:
at android.app.ActivityThread.installProvider (ActivityThread.java:8195)
at android.app.ActivityThread.installContentProviders (ActivityThread.java:7698)
at android.app.ActivityThread.handleBindApplication (ActivityThread.java:7452)
at android.app.ActivityThread.access$1600 (ActivityThread.java:310)
at android.app.ActivityThread$H.handleMessage (ActivityThread.java:2277)
at android.os.Handler.dispatchMessage (Handler.java:106)
at android.os.Looper.loopOnce (Looper.java:226)
at android.os.Looper.loop (Looper.java:313)
at android.app.ActivityThread.main (ActivityThread.java:8633)
at java.lang.reflect.Method.invoke (Method.java)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:567)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1133)
Caused by androidx.startup.d:
at androidx.startup.AppInitializer.doInitialize (AppInitializer.java)
at androidx.startup.AppInitializer.discoverAndInitialize (AppInitializer.java)
at androidx.startup.InitializationProvider.onCreate (InitializationProvider.java)
at android.content.ContentProvider.attachInfo (ContentProvider.java:2516)
at android.content.ContentProvider.attachInfo (ContentProvider.java:2486)
at android.app.ActivityThread.installProvider (ActivityThread.java:8190)
Caused by java.lang.RuntimeException:
at com.facebook.soloader.SoLoader.init (SoLoader.java)
at org.jitsi.meet.sdk.JitsiInitializer.create (JitsiInitializer.java)
at org.jitsi.meet.sdk.JitsiInitializer.create (JitsiInitializer.java)
at androidx.startup.AppInitializer.doInitialize (AppInitializer.java)
Caused by java.io.IOException:
at com.facebook.soloader.SysUtil.dumbDeleteRecursive (SysUtil.java)
at com.facebook.soloader.UnpackingSoSource.deleteUnmentionedFiles (UnpackingSoSource.java)
at com.facebook.soloader.UnpackingSoSource.regenerate (UnpackingSoSource.java)
at com.facebook.soloader.UnpackingSoSource.refreshLocked (UnpackingSoSource.java)
at com.facebook.soloader.UnpackingSoSource.prepare (UnpackingSoSource.java)
at com.facebook.soloader.SoLoader.initSoSources (SoLoader.java)
at com.facebook.soloader.SoLoader.init (SoLoader.java)
at com.facebook.soloader.SoLoader.init (SoLoader.java)
at com.facebook.soloader.SoLoader.init (SoLoader.java)
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
When the user updates my app, it's showing this error and the app is crashing. The app works if uninstall and reinstall the app.
@saghul
Previously I was using jitsi sdk version 5+ but now I am using V4.1.0.
The text was updated successfully, but these errors were encountered: