Bb3: Android Pre-launch Report - Dlopen Failed: Cannot Locate Symbol "srand"

Discussion in 'Technical Discussion' started by buildboxuser, Aug 31, 2019.

  1. buildboxuser

    buildboxuser Boxer

    Joined:
    Feb 3, 2019
    Messages:
    34
    Likes Received:
    9
    Buildbox 3.0.1 #3152
    Google play preflight report gives 1 issue out of 12 tested devices
    Not sure how critical is this, but with 3.0.0 there was no such issue.

    Code:
    FATAL EXCEPTION: main
    java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "srand" referenced by "libplayer.so"...
        at java.lang.Runtime.loadLibrary(Runtime.java:362)
        at java.lang.System.loadLibrary(System.java:525)
        at com.acme.superdruper.PTPlayer.<clinit>(PTPlayer.java:138)
        at java.lang.Class.newInstanceImpl(Native Method)
        at java.lang.Class.newInstance(Class.java:1130)
        at android.app.Instrumentation.newActivity(Instrumentation.java:1078)
        at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2210)
        at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2349)
        at android.app.ActivityThread.access$700(ActivityThread.java:159)
        at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1316)
        at android.os.Handler.dispatchMessage(Handler.java:99)
        at android.os.Looper.loop(Looper.java:176)
        at android.app.ActivityThread.main(ActivityThread.java:5419)
        at java.lang.reflect.Method.invokeNative(Native Method)
        at java.lang.reflect.Method.invoke(Method.java:525)
        at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1046)
        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:862)
        at dalvik.system.NativeStart.main(Native Method)
     

    Attached Files:

  2. ycncrb

    ycncrb Boxer

    Joined:
    Feb 20, 2017
    Messages:
    1
    Likes Received:
    0
    HI ! i have the same issue, did you fixed it ?
     
  3. buildboxuser

    buildboxuser Boxer

    Joined:
    Feb 3, 2019
    Messages:
    34
    Likes Received:
    9
  4. Elric

    Elric Boxer

    Joined:
    Mar 31, 2020
    Messages:
    1
    Likes Received:
    0
    I have the same issue. I get the same error when trying to install on a samsung Galaxy tab E. I noticed that your device is a samsung Galaxy too. Could that be the problem perhaps?

    Have anyone found a solution to this?
     

Share This Page