Giter VIP home page Giter VIP logo

Comments (3)

Ltty avatar Ltty commented on June 14, 2024

This problem was already there in 3.0. If you leave the application and you come back you have to call the init() function again in your onResume() method. Then this error will be gone.

from vitamiobundle.

SufianBabri avatar SufianBabri commented on June 14, 2024

@Ltty by init(), do you mean:

if(!LibsChecker.checkVitamioLibs(this)) {
    return;
}

from vitamiobundle.

SufianBabri avatar SufianBabri commented on June 14, 2024

I fixed this error by executing LibsChecker.checkVitamioLibs(this) every time I opened my player screen.

Somewhere crossle said that you have to init Vitamio whenever you update the app version code (i.e if user inited Vitamio in your app versionCode 12, he will need to init it again if he updates it to versionCode 13, etc. I think it also applies to downgrading).

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.