GithubHelp home page GithubHelp logo

Error on Gradle about stateviews HOT 6 CLOSED

nuhkoca avatar nuhkoca commented on July 27, 2024
Error on Gradle

from stateviews.

Comments (6)

nuhkoca avatar nuhkoca commented on July 27, 2024

Ok found the issue. It is related to layout tag.

It should be

<sakout.mehdi.StateViews.library.StateView />

not

<sakout.mehdi.StateViews.StateView />

Please correct your documentation :)

from stateviews.

nuhkoca avatar nuhkoca commented on July 27, 2024

But now getting this :/

Caused by: android.view.InflateException: Binary XML file line #0: Binary XML file line #0: Error inflating class sakout.mehdi.StateViews.library.StateView
                  Caused by: android.view.InflateException: Binary XML file line #0: Error inflating class sakout.mehdi.StateViews.library.StateView
                  Caused by: java.lang.reflect.InvocationTargetException

from stateviews.

medyo avatar medyo commented on July 27, 2024

Hi @nuhkoca,

Thank you for reporting the issue, I just fixed it 9e66667, please upgrade to the next version

from stateviews.

nuhkoca avatar nuhkoca commented on July 27, 2024

Thanks @medyo,

I really want to work with this lib bu it throws the error below;

Caused by: android.view.InflateException: Binary XML file line #0: Binary XML file line #0: Error inflating class sakout.mehdi.StateViews.StateView
                  Caused by: android.view.InflateException: Binary XML file line #0: Error inflating class sakout.mehdi.StateViews.StateView
                  Caused by: java.lang.reflect.InvocationTargetException

                  Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'int java.lang.Integer.intValue()' on a null object reference

I am initializing your lib like;

StateViewsBuilder
                .init(this)
                .setIconColor(Color.parseColor("#D2D5DA"))
                .addState("error",
                        "No Connection",
                        "Error retrieving information from server.",
                        ContextCompat.getDrawable(this, R.drawable.ic_server_error),
                        "Retry"
                );

and then invoke it mStateView.displayState("error");
Can you please help me out? Thanks a lot!

from stateviews.

medyo avatar medyo commented on July 27, 2024

Hi @nuhkoca,

Can you open a new issue for that and please post the full log

from stateviews.

 avatar commented on July 27, 2024

i still have this issue with the latest version @medyo

from stateviews.

Related Issues (3)

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.