Skip to content

libstlport_shared.so not found on Nexus 6p #16

@Excape

Description

@Excape

When I click on a stream on my Nexus 6p (except via chromecast), the app crashes with the following exception:

11-15 19:26:40.432 29746-29746/com.tinnvec.dctvandroid E/Vitamio[Player]: Error loading libs
                                                                          java.lang.UnsatisfiedLinkError: dlopen failed: library "/data/user/0/com.tinnvec.dctvandroid/lib/libstlport_shared.so" not found
                                                                              at java.lang.Runtime.load0(Runtime.java:908)
                                                                              at java.lang.System.load(System.java:1505)
                                                                              at io.vov.vitamio.MediaPlayer.load_lib(MediaPlayer.java:261)
                                                                              at io.vov.vitamio.MediaPlayer.<clinit>(MediaPlayer.java:320)
                                                                              at io.vov.vitamio.widget.VideoView.openVideo(VideoView.java:427)
                                                                              at io.vov.vitamio.widget.VideoView.access$1400(VideoView.java:70)
                                                                              at io.vov.vitamio.widget.VideoView$3.surfaceCreated(VideoView.java:158)
                                                                              at android.view.SurfaceView.updateWindow(SurfaceView.java:618)
                                                                              at android.view.SurfaceView$3.onPreDraw(SurfaceView.java:161)
                                                                              at android.view.ViewTreeObserver.dispatchOnPreDraw(ViewTreeObserver.java:944)
                                                                              at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:2205)
                                                                              at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1254)
                                                                              at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:6337)
                                                                              at android.view.Choreographer$CallbackRecord.run(Choreographer.java:874)
                                                                              at android.view.Choreographer.doCallbacks(Choreographer.java:686)
                                                                              at android.view.Choreographer.doFrame(Choreographer.java:621)
                                                                              at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:860)
                                                                              at android.os.Handler.handleCallback(Handler.java:751)
                                                                              at android.os.Handler.dispatchMessage(Handler.java:95)
                                                                              at android.os.Looper.loop(Looper.java:154)
                                                                              at android.app.ActivityThread.main(ActivityThread.java:6119)
                                                                              at java.lang.reflect.Method.invoke(Native Method)
                                                                              at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:886)
                                                                              at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:776)

I couldn't replicate this with any Nexus 6p emulator, no matter what Android version. It just occurs on my physical device. It's a Nexus 6p with Android 7.0.1, original Google image.

My guess is some hardware thing, maybe the cpu architecture is not supported?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions