Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

java.lang.NoSuchMethodError exception in production mode #23

Open
romariomelo opened this issue Nov 21, 2019 · 0 comments
Open

java.lang.NoSuchMethodError exception in production mode #23

romariomelo opened this issue Nov 21, 2019 · 0 comments

Comments

@romariomelo
Copy link

The app crashes only in production. In development it works perfectly. Follows detail of the error.

Exception class name
java.lang.NoSuchMethodError

Source class
cn.nodemedia.NodePlayer

Source method
jniInit

Stack trace

java.lang.NoSuchMethodError:
at cn.nodemedia.NodePlayer.jniInit (NodePlayer.java)
at cn.nodemedia.NodePlayer. (NodePlayer.java:3)
at org.wonday.live.RCTLivePlayerView. (RCTLivePlayerView.java:31)
at org.wonday.live.LivePlayerViewManager.createViewInstance (LivePlayerViewManager.java:2)
at org.wonday.live.LivePlayerViewManager.createViewInstance (LivePlayerViewManager.java)
at com.facebook.react.uimanager.ViewManager.createViewInstance (ViewManager.java)
at com.facebook.react.uimanager.ViewManager.createView (ViewManager.java)
at com.facebook.react.uimanager.NativeViewHierarchyManager.a (NativeViewHierarchyManager.java:34)
at com.facebook.react.uimanager.UIViewOperationQueue$CreateViewOperation.execute (UIViewOperationQueue.java:23)
at com.facebook.react.uimanager.UIViewOperationQueue$DispatchUIFrameCallback.dispatchPendingNonBatchedOperations (UIViewOperationQueue.java:58)
at com.facebook.react.uimanager.UIViewOperationQueue$DispatchUIFrameCallback.doFrameGuarded (UIViewOperationQueue.java:23)
at com.facebook.react.uimanager.GuardedFrameCallback.doFrame (GuardedFrameCallback.java)
at com.facebook.react.modules.core.ReactChoreographer$ReactChoreographerDispatcher.doFrame (ReactChoreographer.java:46)
at com.facebook.react.modules.core.ChoreographerCompat$FrameCallback$1.doFrame (ChoreographerCompat.java:2)
at android.view.Choreographer$CallbackRecord.run (Choreographer.java:947)
at android.view.Choreographer.doCallbacks (Choreographer.java:761)
at android.view.Choreographer.doFrame (Choreographer.java:693)
at android.view.Choreographer$FrameDisplayEventReceiver.run (Choreographer.java:935)
at android.os.Handler.handleCallback (Handler.java:873)
at android.os.Handler.dispatchMessage (Handler.java:99)
at android.os.Looper.loop (Looper.java:193)
at android.app.ActivityThread.main (ActivityThread.java:6923)
at java.lang.reflect.Method.invoke (Method.java)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:493)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:870)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant