Giter Club home page Giter Club logo

Comments (3)

maurycyw avatar maurycyw commented on August 20, 2024

could you provide the full stacktrace?

from staggeredgridview.

appie21 avatar appie21 commented on August 20, 2024

hi, i faced the same problem.
here is the full stack trace........

09-19 00:25:56.883: E/AndroidRuntime(803): FATAL EXCEPTION: main
09-19 00:25:56.883: E/AndroidRuntime(803): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.org.digiinno/com.org.digiinno.MyStaggeredViewActivity}: android.view.InflateException: Binary XML file line #9: Error inflating class com.origamilabs.library.views.StaggeredGridView
09-19 00:25:56.883: E/AndroidRuntime(803): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2211)
09-19 00:25:56.883: E/AndroidRuntime(803): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2261)
09-19 00:25:56.883: E/AndroidRuntime(803): at android.app.ActivityThread.access$600(ActivityThread.java:141)
09-19 00:25:56.883: E/AndroidRuntime(803): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1256)
09-19 00:25:56.883: E/AndroidRuntime(803): at android.os.Handler.dispatchMessage(Handler.java:99)
09-19 00:25:56.883: E/AndroidRuntime(803): at android.os.Looper.loop(Looper.java:137)
09-19 00:25:56.883: E/AndroidRuntime(803): at android.app.ActivityThread.main(ActivityThread.java:5103)
09-19 00:25:56.883: E/AndroidRuntime(803): at java.lang.reflect.Method.invokeNative(Native Method)
09-19 00:25:56.883: E/AndroidRuntime(803): at java.lang.reflect.Method.invoke(Method.java:525)
09-19 00:25:56.883: E/AndroidRuntime(803): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
09-19 00:25:56.883: E/AndroidRuntime(803): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
09-19 00:25:56.883: E/AndroidRuntime(803): at dalvik.system.NativeStart.main(Native Method)
09-19 00:25:56.883: E/AndroidRuntime(803): Caused by: android.view.InflateException: Binary XML file line #9: Error inflating class com.origamilabs.library.views.StaggeredGridView
09-19 00:25:56.883: E/AndroidRuntime(803): at android.view.LayoutInflater.createView(LayoutInflater.java:620)
09-19 00:25:56.883: E/AndroidRuntime(803): at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:696)
09-19 00:25:56.883: E/AndroidRuntime(803): at android.view.LayoutInflater.rInflate(LayoutInflater.java:755)
09-19 00:25:56.883: E/AndroidRuntime(803): at android.view.LayoutInflater.inflate(LayoutInflater.java:492)
09-19 00:25:56.883: E/AndroidRuntime(803): at android.view.LayoutInflater.inflate(LayoutInflater.java:397)
09-19 00:25:56.883: E/AndroidRuntime(803): at android.view.LayoutInflater.inflate(LayoutInflater.java:353)
09-19 00:25:56.883: E/AndroidRuntime(803): at com.android.internal.policy.impl.PhoneWindow.setContentView(PhoneWindow.java:267)
09-19 00:25:56.883: E/AndroidRuntime(803): at android.app.Activity.setContentView(Activity.java:1895)
09-19 00:25:56.883: E/AndroidRuntime(803): at com.org.digiinno.MyStaggeredViewActivity.onCreate(MyStaggeredViewActivity.java:18)
09-19 00:25:56.883: E/AndroidRuntime(803): at android.app.Activity.performCreate(Activity.java:5133)
09-19 00:25:56.883: E/AndroidRuntime(803): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087)
09-19 00:25:56.883: E/AndroidRuntime(803): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2175)
09-19 00:25:56.883: E/AndroidRuntime(803): ... 11 more
09-19 00:25:56.883: E/AndroidRuntime(803): Caused by: java.lang.reflect.InvocationTargetException
09-19 00:25:56.883: E/AndroidRuntime(803): at java.lang.reflect.Constructor.constructNative(Native Method)
09-19 00:25:56.883: E/AndroidRuntime(803): at java.lang.reflect.Constructor.newInstance(Constructor.java:417)
09-19 00:25:56.883: E/AndroidRuntime(803): at android.view.LayoutInflater.createView(LayoutInflater.java:594)
09-19 00:25:56.883: E/AndroidRuntime(803): ... 22 more
09-19 00:25:56.883: E/AndroidRuntime(803): Caused by: java.lang.NoClassDefFoundError: android.support.v4.util.SparseArrayCompat
09-19 00:25:56.883: E/AndroidRuntime(803): at com.origamilabs.library.views.StaggeredGridView.(StaggeredGridView.java:297)
09-19 00:25:56.883: E/AndroidRuntime(803): at com.origamilabs.library.views.StaggeredGridView.(StaggeredGridView.java:304)
09-19 00:25:56.883: E/AndroidRuntime(803): ... 25 more

from staggeredgridview.

briangriffey avatar briangriffey commented on August 20, 2024

This is not an issue with this project. Closing

from staggeredgridview.

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.