Giter Site home page Giter Site logo

java.lang.UnsupportedOperationException: Failed to resolve attribute at index 6: TypedValue{t=0x0/d=0x0} about android-target-tooltip HOT 10 OPEN

firaskafri avatar firaskafri commented on August 22, 2024
java.lang.UnsupportedOperationException: Failed to resolve attribute at index 6: TypedValue{t=0x0/d=0x0}

from android-target-tooltip.

Comments (10)

bag7dad avatar bag7dad commented on August 22, 2024

Seems you didnt use theme or you use this library in widnowManger so add Them to your Context

from android-target-tooltip.

kevalpatel2106 avatar kevalpatel2106 commented on August 22, 2024

@medozeus @firasalkafri I am also getting the same issue. Here is my code where I displayed tooltip.

Tooltip.make(MainActivity.this,
                            new Tooltip.Builder()
                                    .anchor(v, Tooltip.Gravity.BOTTOM)
                                    .closePolicy(new Tooltip.ClosePolicy()
                                            .insidePolicy(true, false)
                                            .outsidePolicy(true, false), 3000)
                                    .activateDelay(800)
                                    .showDelay(300)
                                    .text(strToDisplay)
                                    .typeface(Typeface.DEFAULT)
                                    .withArrow(true)
                                    .withOverlay(true)
                                    .floatingAnimation(Tooltip.AnimationBuilder.DEFAULT)
                                    .build()
                    ).show();

But I am getting error:

java.lang.UnsupportedOperationException: Failed to resolve attribute at index 6: TypedValue{t=0x3/d=0x1d1 "res/drawable/ic_menu_moreoverflow_material.xml" a=1 r=0x10803d6}
at android.content.res.TypedArray.getColor(TypedArray.java:447)
at it.sephiroth.android.library.tooltip.TooltipOverlayDrawable.(TooltipOverlayDrawable.java:54)
at it.sephiroth.android.library.tooltip.TooltipOverlay.init(TooltipOverlay.java:25)
at it.sephiroth.android.library.tooltip.TooltipOverlay.(TooltipOverlay.java:37)
at it.sephiroth.android.library.tooltip.Tooltip$TooltipViewImpl.(Tooltip.java:472)
at it.sephiroth.android.library.tooltip.Tooltip.make(Tooltip.java:71)
at com.cwa.eltekiq8quadselector.MainActivity$5.onClick(MainActivity.java:218)
at android.view.View.performClick(View.java:5198)
at android.view.View$PerformClick.run(View.java:21147)
at android.os.Handler.handleCallback(Handler.java:739)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:148)
at android.app.ActivityThread.main(ActivityThread.java:5417)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)

from android-target-tooltip.

bag7dad avatar bag7dad commented on August 22, 2024

@kevalpatel2106 did you use the code in activity or in window manger you must have an theme in your context and seems you don't have theme #fb.com/deluxezeus998

from android-target-tooltip.

kevalpatel2106 avatar kevalpatel2106 commented on August 22, 2024

@medozeus I used the tooltip in activity. I did not add theme to my style file.

from android-target-tooltip.

bag7dad avatar bag7dad commented on August 22, 2024

@kevalpatel2106 just try appcompatactivity theme

from android-target-tooltip.

michelelacorte avatar michelelacorte commented on August 22, 2024

News about this issue?

from android-target-tooltip.

bag7dad avatar bag7dad commented on August 22, 2024

from android-target-tooltip.

michelelacorte avatar michelelacorte commented on August 22, 2024

@medozeus I've do this!

from android-target-tooltip.

yozhik avatar yozhik commented on August 22, 2024

Hi! I have the same issue. Have anyone solved it? Using API level 19. Thanks.
@michelelacorte have you solved it?

Fatal Exception: java.lang.RuntimeException
Failed to resolve attribute at index 96
android.content.res.TypedArray.getColor (TypedArray.java:401)
androidx.appcompat.widget.AppCompatTextView.<init> (AppCompatTextView.java:79)
it.sephiroth.android.library.xtooltip.Tooltip.preparePopup (Tooltip.kt:309)
it.sephiroth.android.library.xtooltip.Tooltip.show (Tooltip.kt:624)
......
Uo.handleMessage (PG:64)

from android-target-tooltip.

anhanh11001 avatar anhanh11001 commented on August 22, 2024

Hi! I have the same issue. Have anyone solved it? Using API level 19. Thanks.
@michelelacorte have you solved it?

Fatal Exception: java.lang.RuntimeException
Failed to resolve attribute at index 96
android.content.res.TypedArray.getColor (TypedArray.java:401)
androidx.appcompat.widget.AppCompatTextView.<init> (AppCompatTextView.java:79)
it.sephiroth.android.library.xtooltip.Tooltip.preparePopup (Tooltip.kt:309)
it.sephiroth.android.library.xtooltip.Tooltip.show (Tooltip.kt:624)
......
Uo.handleMessage (PG:64)

I'm having the same issue

from android-target-tooltip.

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.