question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

App is getting crashed

See original GitHub issue

Hello Guys,

I have cloned the fresh repo and installed the node modules by npm i command, but when i’m trying to debug the app in android device with the following command:

react-native run-android

The app is installing and showing first screen after entering the name and click on join meeting the app is getting crash and it never open until i force stopped that. Kindly look into this issue the app was working fine before we have to deliver this build today any help would be appreciated.

Thanks, Inder

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

5reactions
saghulcommented, Oct 22, 2020

This is the error:

10-22 11:02:59.926  4977  5079 E AndroidRuntime: FATAL EXCEPTION: pool-4-thread-1
10-22 11:02:59.926  4977  5079 E AndroidRuntime: Process: org.jitsi.meet, PID: 4977
10-22 11:02:59.926  4977  5079 E AndroidRuntime: java.lang.NoSuchMethodError: No static method createEgl14([I)Lorg/webrtc/EglBase14; in class Lorg/webrtc/EglBase; or its super classes (declaration of 'org.webrtc.EglBase' appears in /data/app/org.jitsi.meet-P5W-3IXR0mvVSGeiuuoTGA==/base.apk!classes3.dex)
10-22 11:02:59.926  4977  5079 E AndroidRuntime: 	at com.oney.WebRTCModule.EglUtils.getRootEglBase(EglUtils.java:35)
10-22 11:02:59.926  4977  5079 E AndroidRuntime: 	at com.oney.WebRTCModule.EglUtils.getRootEglBaseContext(EglUtils.java:62)
10-22 11:02:59.926  4977  5079 E AndroidRuntime: 	at com.oney.WebRTCModule.GetUserMediaImpl.createVideoTrack(GetUserMediaImpl.java:93)
10-22 11:02:59.926  4977  5079 E AndroidRuntime: 	at com.oney.WebRTCModule.GetUserMediaImpl.getUserMedia(GetUserMediaImpl.java:180)
10-22 11:02:59.926  4977  5079 E AndroidRuntime: 	at com.oney.WebRTCModule.WebRTCModule.lambda$getUserMedia$2$WebRTCModule(WebRTCModule.java:485)
10-22 11:02:59.926  4977  5079 E AndroidRuntime: 	at com.oney.WebRTCModule.-$$Lambda$WebRTCModule$C_Gitx4KOYySlWXaI1K4M1yoJoA.run(Unknown Source:8)
10-22 11:02:59.926  4977  5079 E AndroidRuntime: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
10-22 11:02:59.926  4977  5079 E AndroidRuntime: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
10-22 11:02:59.926  4977  5079 E AndroidRuntime: 	at java.lang.Thread.run(Thread.java:919)
10-22 11:02:59.929  4977  5079 E JitsiMeetSDK: JitsiMeetUncaughtExceptionHandler FATAL ERROR
10-22 11:02:59.929  4977  5079 E JitsiMeetSDK: java.lang.NoSuchMethodError: No static method createEgl14([I)Lorg/webrtc/EglBase14; in class Lorg/webrtc/EglBase; or its super classes (declaration of 'org.webrtc.EglBase' appears in /data/app/org.jitsi.meet-P5W-3IXR0mvVSGeiuuoTGA==/base.apk!classes3.dex)
10-22 11:02:59.929  4977  5079 E JitsiMeetSDK: 	at com.oney.WebRTCModule.EglUtils.getRootEglBase(EglUtils.java:35)
10-22 11:02:59.929  4977  5079 E JitsiMeetSDK: 	at com.oney.WebRTCModule.EglUtils.getRootEglBaseContext(EglUtils.java:62)
10-22 11:02:59.929  4977  5079 E JitsiMeetSDK: 	at com.oney.WebRTCModule.GetUserMediaImpl.createVideoTrack(GetUserMediaImpl.java:93)
10-22 11:02:59.929  4977  5079 E JitsiMeetSDK: 	at com.oney.WebRTCModule.GetUserMediaImpl.getUserMedia(GetUserMediaImpl.java:180)
10-22 11:02:59.929  4977  5079 E JitsiMeetSDK: 	at com.oney.WebRTCModule.WebRTCModule.lambda$getUserMedia$2$WebRTCModule(WebRTCModule.java:485)
10-22 11:02:59.929  4977  5079 E JitsiMeetSDK: 	at com.oney.WebRTCModule.-$$Lambda$WebRTCModule$C_Gitx4KOYySlWXaI1K4M1yoJoA.run(Unknown Source:8)
10-22 11:02:59.929  4977  5079 E JitsiMeetSDK: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
10-22 11:02:59.929  4977  5079 E JitsiMeetSDK: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
10-22 11:02:59.929  4977  5079 E JitsiMeetSDK: 	at java.lang.Thread.run(Thread.java:919)
10-22 11:02:59.929  4977  5079 E JitsiMeetSDK: 
10-22 11:02:59.929  4977  5079 E JitsiMeetSDK: java.lang.NoSuchMethodError: No static method createEgl14([I)Lorg/webrtc/EglBase14; in class Lorg/webrtc/EglBase; or its super classes (declaration of 'org.webrtc.EglBase' appears in /data/app/org.jitsi.meet-P5W-3IXR0mvVSGeiuuoTGA==/base.apk!classes3.dex)
10-22 11:02:59.929  4977  5079 E JitsiMeetSDK: 	at com.oney.WebRTCModule.EglUtils.getRootEglBase(EglUtils.java:35)
10-22 11:02:59.929  4977  5079 E JitsiMeetSDK: 	at com.oney.WebRTCModule.EglUtils.getRootEglBaseContext(EglUtils.java:62)
10-22 11:02:59.929  4977  5079 E JitsiMeetSDK: 	at com.oney.WebRTCModule.GetUserMediaImpl.createVideoTrack(GetUserMediaImpl.java:93)
10-22 11:02:59.929  4977  5079 E JitsiMeetSDK: 	at com.oney.WebRTCModule.GetUserMediaImpl.getUserMedia(GetUserMediaImpl.java:180)
10-22 11:02:59.929  4977  5079 E JitsiMeetSDK: 	at com.oney.WebRTCModule.WebRTCModule.lambda$getUserMedia$2$WebRTCModule(WebRTCModule.java:485)
10-22 11:02:59.929  4977  5079 E JitsiMeetSDK: 	at com.oney.WebRTCModule.-$$Lambda$WebRTCModule$C_Gitx4KOYySlWXaI1K4M1yoJoA.run(Unknown Source:8)
10-22 11:02:59.929  4977  5079 E JitsiMeetSDK: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
10-22 11:02:59.929  4977  5079 E JitsiMeetSDK: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
10-22 11:02:59.929  4977  5079 E JitsiMeetSDK: 	at java.lang.Thread.run(Thread.java:919)
10-22 11:02:59.934  4201  5241 I DropBoxManagerService: add tag=data_app_crash isTagEnabled=true flags=0x2

I’ve seen more reports like this, but for the life of me, I don’t know how to reproduce it even.

Can you try to add android.enableDexingArtifactTransform.desugaring=false to the gradle.properties file and see if that makes it go away?

0reactions
saghulcommented, Oct 22, 2020

Landed on master. Cheers!

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Stop Apps From Crashing on Android - AVG
Update apps and software · Check your connectivity · Force stop apps · Restart your device · Create more storage · Clear app...
Read more >
How to Fix Crashing Apps on an iPhone or Android?
If you have an app that does not respond when you try to interact with it on your smartphone screen, the traditional fix...
Read more >
Why do my apps keep crashing on Android, How to fix it
How to fix apps that keep crashing on Android · 1. Force stop the app · 2. Restart the device · 4. Reinstall...
Read more >
Why Do My Apps Keep Crashing on Android? - Avast
Apps on Android can crash because of low storage space, too many apps running simultaneously, a weak internet connection, or not having the ......
Read more >
11 Quick Ways to Fix Apps Keep Crashing on Android - iMobie
The Most Effective Method to Fix Apps Keep Crashing · Tip 2. Force Stop Crashed App · Tip 3. Keep Apps in the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found