java.lang.RuntimeException: Unable to start activity ComponentInfo{net.wequick.example.small/com.suneee.circle.app.circle.activity.TestActivity}: android.view.InflateException: Binary XML file line #14: Error inflating class com.suneee.circle.app.circle.widgets.MaskedImage
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Samebug tips
Your xml configuration is invalid. Check it with an xml validator.
Solutions on the web
via GitHub by eity0323
, 1 year agovia GitHub by linmp4
, 1 year agovia stackoverflow.com by Unknown author, 1 year ago
via Stack Overflow by Feng
, 2 years agovia GitHub by CptCattivo
, 3 months agovia Stack Overflow by awaistoor
, 1 year agoandroid.view.InflateException: Binary XML file line #14: Error inflating class com.suneee.circle.app.circle.widgets.MaskedImage
at android.view.LayoutInflater.createView(LayoutInflater.java:633)
at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:743)
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 android.view.LayoutInflater.inflate(LayoutInflater.java:365)
at com.android.internal.policy.impl.PhoneWindow.setContentView(PhoneWindow.java:378)
at android.app.Activity.setContentView(Activity.java:2145)
at com.suneee.circle.app.circle.activity.TestActivity.onCreate(TestActivity.java:21)
at android.app.Activity.performCreate(Activity.java:5990)