inflate-exception- все статьи тега ➜ страница 0
NameNotFoundException webview
Я получаю ошибки от Crashlytics, что указывает на то, что некоторые устройства отсутствуют com.гуглить.андроид.объект WebView. Как это вообще возможно? java.lang.RuntimeException: Unable to start activity ComponentInfo{com.myapp.app/com.myapp.ReaderActivity}: android.view.InflateException: Binary XML file line #29: Error inflating class com.myapp.MyWebView at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2298) at android.app.ActivityThread.handleLaunchActi ...
InflateException с FloatingActionButton из официальной библиотеки дизайна
Я получаю ошибку, используя официальный FloatingActionButton из библиотеки дизайна поддержки Google. вот мой LogCat. android.view.InflateException: Binary XML file line #34: Error inflating class android.support.design.widget.FloatingActionButton 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.rInflate(Layo ...