Top "Inflate-exception" questions

(Android) This exception is thrown by an inflater on error conditions.

InflateException: Binary XML file line #8: Error inflating class ImageView

I know there are other questions on SO asking the same thing. I have already looked at most of them. …

android android-layout inflate-exception
Error inflating class ImageView

I've been getting InflateException/ClassNotFoundException error intermittently. I've seen similar errors before in SO but they were caused by spelling …

android inflate-exception
InflateException with FloatingActionButton from Official Design Library

I am getting a bug using the official FloatingActionButton from Google's support design library. Here is my LogCat. android.view.…

android android-appcompat inflate-exception floating-action-button android-support-design
Error inflating class android.support.v4.view.ViewPager

I've been trying to create a Pager for my application that runs on <uses-sdk android:minSdkVersion="10" android:targetSdkVersion="15" /> …

android android-viewpager inflate-exception
NameNotFoundException webview

I am getting errors from Crashlytics that indicates that some devices are missing com.google.android.webview. How is that …

android webview proguard android-5.0-lollipop inflate-exception
Error inflating class Button in Android

I have an application with min sdk 16 up to 23. I want to use Material design as much as possible. It …

android android-styles android-inflate inflate-exception android-attributes
Error inflating class CollapsingToolbarLayout

My CollapsingToolbarLayout crashes because of Error inflating class android.support.design.widget.CollapsingToolbarLayout. I updated the android studio last weekend. …

android android-collapsingtoolbarlayout inflate-exception android-support-design android-studio-2.1
android.view.InflateException: Binary XML file line #: Error inflating class

This is my xml file <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/…

java android xml inflate-exception
Android Studio project works on Lollipop but does not work on Kitkat

I have an Android Studio project that is working fine on devices with Android build version Lollipop but is throwing …

android android-viewpager inflate-exception