You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 16, 2023. It is now read-only.
E/AndroidRuntime(1796): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.cengalabs.flatui.sample/com.cengalabs.flatui.sample.MainActivity}: android.view.InflateException: Binary XML file line #28: Error inflating class com.cengalabs.flatui.views.FlatTextView
E/AndroidRuntime(1130): Caused by: java.lang.NoClassDefFoundError:com.cengalabs.flatui.R$styleable
E/AndroidRuntime(1130): at com.cengalabs.flatui.views.FlatTextView.init(FlatTextView.java:65)
E/AndroidRuntime(1130): at com.cengalabs.flatui.views.FlatTextView.<init>(FlatTextView.java:37)
Has anyone found any fix for this ??
Is it because we are using v7-appcompat-lib ??
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Getting this error when im trying to add a <com.cengalabs.flatui.views.FlatTextView
(Open Class, Show Exception)
Tip: Use View.isInEditMode() in your code or show sample data when shown in the IDE
How do i fix this?
The text was updated successfully, but these errors were encountered: