Questions tagged [inflate-exception]

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

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

Reference: http://developer.android.com/reference/android/view/InflateException.html

323 questions
0
votes
1 answer

Android view.InflateException Binary XML

I realize that there are others with similar questions, but I've checked those and this is different. Also, I had no issues until I recently updated my SDK to Android 4.4, but it didn't seem to happen immediately after. Here is my error on this…
jKraut
  • 2,325
  • 6
  • 35
  • 48
0
votes
1 answer

Android Inflate Excetion when trying to add a fragment (android.vew.InflateException)

MainActivity.java I followed this [tutorial][1] and I got the Binary xml inflate exception at line number 11. package in.wptrafficanalyzer.locationsearchdialogv2; import android.app.SearchManager; import android.content.Intent; import…
0
votes
0 answers

Why does QuickContactBadge throw android.view.InflateException?

I am creating an app that makes contacts filtering but sadly android.view.InflateExceptionis thrown in time of launching a fragment with contact list which uses heavy QuickContactBadge view for single contact. There are similar problem Fragment view…
0
votes
1 answer

Universal Image Loader gets out of memory with Samsung devices

I've been working with Universal Image Loader and many devices (Lenovo, HTC, LG etc.) with my app but with Samsung everything crashes. In my app I've got several fragents with ListView. Those ListViews contains only images, which I download from web…
Roval
  • 508
  • 1
  • 4
  • 21
0
votes
1 answer

Android InflateException Error Inflating Class Fragment FATAL EXCEPTION: Main

I lost at least 3 hours to search for solution for this and no result... Can you please tell me what's the problem and how can I fix it? activity layout:
dephinera
  • 3,703
  • 11
  • 41
  • 75
0
votes
1 answer

VFY: dead code 0x001b-001c getDisplayWidth and android.view.InflateException

I created an app which works fine on my tablet but stops on my samsung galaxy ace. When I run LogCat I get the next log. I'll apreciate any help. I/DefContainer( 6430): Copied /mnt/sdcard/apps/ketekambioFull.apk to…
user3739361
  • 1
  • 1
  • 1
0
votes
3 answers

Error inflating class fragment with class using FragmentActivity

I have coded a Google Maps application in Xamarin, and am getting this error: Android.Views.InflateException: Binary XML file line #1: Error inflating class fragment I am getting this error when the following line of code is…
0
votes
1 answer

Another Google maps v2 Failed to inflate PLEASE

i know there was a bunch of posts about this but i just can't get my google maps to work. I have tried million different ways to get this and i found that the best way is like this: MainActivity.java import android.os.Bundle; import…
0
votes
1 answer

Layout causes app-crash

i have a problem that makes my application crushes on start. i believe my problem causes from setContentView(R.layout.activity_project_main); in the activity , yet i couldn't solve it. Maybe misuse of a context somewhere? here is the log…
Alp
  • 1,863
  • 1
  • 20
  • 38
0
votes
1 answer

Binary XML file line #18: Error inflating class - Only on Gingerbread with ActionbarSherlock

I've been stumped on this issue for a couple days now and I'm losing my hair. I scoured through pages upon pages of questions on-line and haven't found an answer so hoping for some help! I have an Android 4.0 app with a main activity that has a…
0
votes
1 answer

Binary XML file line #23: Error inflating class

I have a strange problem,my code work in some device,but on Stock S3 with api 18 (Androdi 4.3) don't work (Caused by: android.view.InflateException) this is my logcat 04-21 00:53:52.150: E/(32638): Device driver API match 04-21 00:53:52.150:…
0
votes
1 answer

InflateException error when nesting Fragments within Fragments

I have a Fragment, which contains two other Fragments, namely a ListFragment and a regular Fragment. When I inflate the parent Fragment I receive an InflateException runtime error. This is due to like #11 in my XML layout code which refers to…
0
votes
2 answers

Splash activity not starting

My app crashes after adding splash screen. Below is the error log, xml and java file. I have mostly used the same code in other apps but i can't get why its not working here Please Help 04-09 20:36:05.469: E/AndroidRuntime(27529): FATAL EXCEPTION:…
user3346237
  • 17
  • 1
  • 8
0
votes
1 answer

java.lang.ClassNotFoundException when inflating a view from a jar

I want to replace the rotating icon in progress dialog with my custom icon. The custom icon is part of my own jar placed inside /device//package_name/Custom_View.java. When this class is referenced in my…
user1479604
  • 117
  • 1
  • 3
  • 12
0
votes
0 answers

Caused by: android.view.InflateException: Binary XML file line #33: Error inflating class fragment

I'm using sliding menu. it runs just a single time. when i come back to the fragment the app got crash. When my app will start it will show google map but through slider navigation i change my viw.Then when i came to the same view of Google map it…
Adi Khan
  • 157
  • 1
  • 2
  • 12