Giter Site home page Giter Site logo

Missing lib about vitamiobundle HOT 12 CLOSED

GiuseppeIuculano avatar GiuseppeIuculano commented on September 22, 2024
Missing lib

from vitamiobundle.

Comments (12)

meoyawn avatar meoyawn commented on September 22, 2024

I am having the same problem with audio playback

from vitamiobundle.

ivan-jankovic avatar ivan-jankovic commented on September 22, 2024

I think that the problem is in the 4th line of the log - I/Vitamio (12035): LIB ROOT: null
The root is not set correctly, and then later on the program throws an error: "Library 'nulllibstlport_shared.so' not found"
The actual library is called "stlport_shared.so" and the "null" prefix comes from the LIB ROOT variable.
Please let us know if you find a solution.

from vitamiobundle.

crossle avatar crossle commented on September 22, 2024

right, you can check path /data/data/your package name/libs/ ?

if you run VitamioDemo success?

The best practise for used reference VitamioBundle as Android library.

from vitamiobundle.

crossle avatar crossle commented on September 22, 2024

You may not invoke the code on your activity...

if (!io.vov.vitamio.LibsChecker.checkVitamioLibs(this))
            return;

from vitamiobundle.

coxw avatar coxw commented on September 22, 2024

I'm not sure what the resolution to this was. Can you please clarify what causes this.

from vitamiobundle.

crossle avatar crossle commented on September 22, 2024

Please reference as a android library, and dont' forget add

if (!io.vov.vitamio.LibsChecker.checkVitamioLibs(this))
            return;

from vitamiobundle.

dungelin avatar dungelin commented on September 22, 2024

This issue still occur in Bundle 3.0 version, i don't know why.

from vitamiobundle.

buganini avatar buganini commented on September 22, 2024

Make sure you call checkVitamioLibs in onCreate and after super.onCreate(), but not in onStart()

from vitamiobundle.

reyou avatar reyou commented on September 22, 2024

still same issue, i am getting

03-02 07:51:02.688: E/AndroidRuntime(28636): java.lang.UnsatisfiedLinkError: Native method not found: io.vov.vitamio.MediaPlayer.unloadOMX_native:()V
03-02 07:51:02.688: E/AndroidRuntime(28636): at io.vov.vitamio.MediaPlayer.unloadOMX_native(Native Method)
03-02 07:51:02.688: E/AndroidRuntime(28636): at io.vov.vitamio.MediaPlayer.(MediaPlayer.java:222)
03-02 07:51:02.688: E/AndroidRuntime(28636): at io.vov.vitamio.MediaPlayer.(MediaPlayer.java:192)

from vitamiobundle.

crossle avatar crossle commented on September 22, 2024

@reyou not same issue.

from vitamiobundle.

sohayb avatar sohayb commented on September 22, 2024

@crossle I'm having the same issue @reyou is talking about, eventhough all is working until I try to change the data source
unloadOMX failed java.lang.UnsatisfiedLinkError: Native method not found: io.vov.vitamio.MediaPlayer.unloadOMX_native:()V

from vitamiobundle.

xlee00 avatar xlee00 commented on September 22, 2024

Must call Vitamio.isInitialized(this);
after super.onCreate();
but not onStart();
Must call Vitamio.isInitialized(this);
after super.onCreate();
but not onStart();

from vitamiobundle.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.