sephiroth74 / android-target-tooltip

Create Toast like tooltips, but targets can be specified, plus custom properties and features
MIT License
1.5k stars 278 forks source link

android.view.InflateException: Binary XML file line #8: Error inflating class TextView #78

Open lageev opened 7 years ago

lageev commented 7 years ago

Hello sephiroth74:

< TextView android:id="@android:id/text1" android:layout_width="wrap_content" android:layout_height="wrap_content" android:autoLink="all" android:clipToPadding="false" android:textAppearance="?android:attr/textAppearanceSmallInverse" />

"android:autoLink"-->This property may cause an error on some devices.

Error log: Attempt to invoke interface method 'java.lang.String[] com.mediatek.common.util.IWebProtocolNames.getWebProtocolNames()' on a null object reference

thinks!

Alankar0416 commented 6 years ago

+1 We are also experiencing this issue.

xMikeTx commented 5 years ago

Also experiencing this on a Lenovo A5000

Fatal Exception: android.view.InflateException: Binary XML file line #8: Error inflating class TextView at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:763) at android.view.LayoutInflater.rInflate(LayoutInflater.java:806) at android.view.LayoutInflater.inflate(LayoutInflater.java:504) at android.view.LayoutInflater.inflate(LayoutInflater.java:414) at it.sephiroth.android.library.tooltip.Tooltip$TooltipViewImpl.initializeView(Tooltip.java:792) at it.sephiroth.android.library.tooltip.Tooltip$TooltipViewImpl.onAttachedToWindow(Tooltip.java:665) at android.view.View.dispatchAttachedToWindow(View.java:13573) at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:2831) at android.view.ViewGroup.addViewInner(ViewGroup.java:4043) at android.view.ViewGroup.addView(ViewGroup.java:3857) at android.view.ViewGroup.addView(ViewGroup.java:3833) at it.sephiroth.android.library.tooltip.Tooltip$TooltipViewImpl.show(Tooltip.java:494)