Giter VIP home page Giter VIP logo

Comments (4)

chaitanya-exp avatar chaitanya-exp commented on August 10, 2024

The same crash on 4.4.2

                                                                     at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2195)
                                                                     at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2245)
                                                                     at android.app.ActivityThread.access$800(ActivityThread.java:135)
                                                                     at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1196)
                                                                     at android.os.Handler.dispatchMessage(Handler.java:102)
                                                                     at android.os.Looper.loop(Looper.java:136)
                                                                     at android.app.ActivityThread.main(ActivityThread.java:5017)
                                                                     at java.lang.reflect.Method.invokeNative(Native Method)
                                                                     at java.lang.reflect.Method.invoke(Method.java:515)
                                                                     at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:779)
                                                                     at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:595)
                                                                     at dalvik.system.NativeStart.main(Native Method)
                                                                  Caused by: android.view.InflateException: Binary XML file line #7: Error inflating class ImageView
                                                                     at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:714)
                                                                     at android.view.LayoutInflater.rInflate(LayoutInflater.java:756)
                                                                     at android.view.LayoutInflater.parseInclude(LayoutInflater.java:840)
                                                                     at android.view.LayoutInflater.rInflate(LayoutInflater.java:746)
                                                                     at android.view.LayoutInflater.inflate(LayoutInflater.java:492)
                                                                     at android.view.LayoutInflater.inflate(LayoutInflater.java:397)
                                                                     at android.view.LayoutInflater.inflate(LayoutInflater.java:353)
                                                                     at android.support.v7.app.AppCompatDelegateImplV9.setContentView(AppCompatDelegateImplV9.java:292)
                                                                     at android.support.v7.app.AppCompatActivity.setContentView(AppCompatActivity.java:140)
                                                                     at com.freshdesk.hotline.activity.ConversationDetailActivity.onCreate(Unknown Source)
                                                                     at android.app.Activity.performCreate(Activity.java:5231)
                                                                     at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087)
                                                                     at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2159)
                                                                     at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2245) 
                                                                     at android.app.ActivityThread.access$800(ActivityThread.java:135) 
                                                                     at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1196) 
                                                                     at android.os.Handler.dispatchMessage(Handler.java:102) 
                                                                     at android.os.Looper.loop(Looper.java:136) 
                                                                     at android.app.ActivityThread.main(ActivityThread.java:5017) 
                                                                     at java.lang.reflect.Method.invokeNative(Native Method) 
                                                                     at java.lang.reflect.Method.invoke(Method.java:515) 
                                                                     at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:779) 
                                                                     at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:595) 
                                                                     at dalvik.system.NativeStart.main(Native Method) 
                                                                  Caused by: android.content.res.Resources$NotFoundException: Resource is not a Drawable (color or path): TypedValue{t=0x2/d=0x7f010009 a=-1}
                                                                     at android.content.res.Resources.loadDrawable(Resources.java:2073)
                                                                     at android.content.res.TypedArray.getDrawable(TypedArray.java:602)
                                                                     at android.view.View.<init>(View.java:3554)
                                                                     at android.widget.ImageView.<init>(ImageView.java:123)
                                                                     at android.support.v7.widget.AppCompatImageView.<init>(AppCompatImageView.java:60)
                                                                     at android.support.v7.widget.AppCompatImageView.<init>(AppCompatImageView.java:56)
                                                                     at android.support.v7.app.AppCompatViewInflater.createView(AppCompatViewInflater.java:106)
                                                                     at android.support.v7.app.AppCompatDelegateImplV9.createView(AppCompatDelegateImplV9.java:1029)
                                                                     at android.support.v7.app.AppCompatDelegateImplV9.onCreateView(AppCompatDelegateImplV9.java:1087)
                                                                     at android.support.v4.view.LayoutInflaterCompatHC$FactoryWrapperHC.onCreateView(LayoutInflaterCompatHC.java:47)
                                                                     at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:685)
                                                                     at android.view.LayoutInflater.rInflate(LayoutInflater.java:756) 
                                                                     at android.view.LayoutInflater.parseInclude(LayoutInflater.java:840) 
                                                                     at android.view.LayoutInflater.rInflate(LayoutInflater.java:746) 
                                                                     at android.view.LayoutInflater.inflate(LayoutInflater.java:492) 
                                                                     at android.view.LayoutInflater.inflate(LayoutInflater.java:397) 
                                                                     at android.view.LayoutInflater.inflate(LayoutInflater.java:353) 
                                                                     at android.support.v7.app.AppCompatDelegateImplV9.setContentView(AppCompatDelegateImplV9.java:292) 
                                                                     at android.support.v7.app.AppCompatActivity.setContentView(AppCompatActivity.java:140) 
                                                                     at com.freshdesk.hotline.activity.ConversationDetailActivity.onCreate(Unknown Source) 
                                                                     at android.app.Activity.performCreate(Activity.java:5231) 
                                                                     at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087) 
                                                                     at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2159) ```

from hotline-android.

tryprasannan avatar tryprasannan commented on August 10, 2024

@chaitanya-exp Can you help us with the custom theme you are using that causes this ?

from hotline-android.

tryprasannan avatar tryprasannan commented on August 10, 2024

@chaitanya-exp Without the custom theme, we are unable to debug this issue. Please let us know if you are still facing this issue ? If yes, please share the custom theme you are using that causes this issue?

from hotline-android.

tryprasannan avatar tryprasannan commented on August 10, 2024

@chaitanya-exp We're closing this as this can't be debugged without the custom theme. If you're still facing this, please reopen and share the custom theme.

from hotline-android.

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.