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 PreferenceActivity inflate-exception

I'm trying to implement a settings page for my app on Android. It worked well if I put the layout file like this:
0
votes
2 answers

Error inflating Coverflow

I've been trying to get this widget working in my Android project: https://code.google.com/p/android-coverflow/source/browse/ It's called Coverflow, and it kind of replaces the old Gallery widget. Implementing it seemed pretty straightforward until…
Tim Kranen
  • 4,202
  • 4
  • 26
  • 49
0
votes
1 answer

Android - Error inflating class fragment

I have an activity managing a list of fragments. A new fragment I added is extending ListFragmet instead of Fragment, and I added it in the activity xml layout file as the other fragments. I'm getting an InflatingException from at this file at the…
ezy
  • 59
  • 1
  • 9
  • 25
0
votes
2 answers

android.view.InflateException: Binary XML file line #39: Error inflating class

I'm facing the given problem. On galaxy s2 everything works well, on noname android 2.3 (phone and 7' tablet) - everythings is ok. But galaxy tab2 and note2 gives this error. Here is the stack trace: 06-27 21:28:20.659: E/AndroidRuntime(23924):…
user1284151
  • 875
  • 4
  • 12
  • 23
0
votes
0 answers

android inflateexception masking memory error

Some of my user crash reports are inflate exceptions, these are mainly due to memory errors that some devices get. Only about 0.2% of users get these for this particular app, but the devices themselves are not exactly low-end fringe devices. How can…
CQM
  • 42,592
  • 75
  • 224
  • 366
0
votes
0 answers

Regarding Inflate Exception

This is the following xml file because of which exception comes.In this,scroll textview has some problem because of which it gives the inflator exception.Please help me.I think that the problem in code relies in…
Aditya
  • 3
  • 5
0
votes
2 answers

java.lang.RuntimeException: Unable to start activity Error inflating class

I'm doing a simple animated application in Android in which I'm using multiple images to create a layout. The initial part of the application is working fine but after calling some activities I get this error: 06-05 09:14:06.752:…
Ashish Pandey
  • 31
  • 1
  • 6
0
votes
1 answer

Error inflating class fragment (Tabhost)

Here i am implementing an activity to display a tabhost.but i get the error as error inflating binary xml .... i searched this forum for similar answers but none helped me?. here is my activity class package com.example.iolcalci; import…
human
  • 637
  • 4
  • 15
  • 41
0
votes
0 answers

InflateException in XML file caused by ClassNotFoundException

android.view.InflateException: Binary XML file line #254: Error inflating class com.****.***.SegmentedRadioGroup Caused by: java.lang.ClassNotFoundException: com.***.***.SegmentedRadioGroup This is my detail.xml…
0
votes
1 answer

android.view.InflateException when calling facebook.authorize

EDIT 1/14/2013 - I tried redownloading the facebook SDK... Still the same error. I am getting android.view.InflateException caused by outOfMemoryException when calling facebook.authorize together with the looper. This is a snippet of my code…
0
votes
2 answers

AsyncTask LayoutInflater InflateException on EditText

I Basicly have code new AsyncTask() { @Override protected View doInBackground(Integer... tabIds) { return mInflater.inflate(R.layout.layout_name, null); } @Override protected void onPostExecute(View result) { …
0
votes
2 answers

NullPointer or InflateException when searching on Google Maps

I'm a beginner and I'm currently trying to get an experiment working with Google Maps Api V2+fragments+actionbar but I think I'm hitting a wall here. The purpouse of this app is very simple, you type a location from either an edittext on a fragment…
0
votes
1 answer

Getting error at opening preference screen in Android 2.2 (android.view.InflateException)

I getting an error in my app with android 2.2. The error is the following: java.lang.RuntimeException: Unable to start activity ComponentInfo{dev.luizmoratelli.cowpea.three.m.ui/dev.luizmoratelli.cowpea.three.m.ui.Preferences}:…
0
votes
1 answer

XML Inflation Error

I am getting this very weird error when trying to run my application. Due to my tabs I think. Here is the error: 11-18 14:45:27.093: E/AndroidRuntime(680): FATAL EXCEPTION: main 11-18 14:45:27.093: E/AndroidRuntime(680): java.lang.RuntimeException:…
Brandon
  • 693
  • 1
  • 9
  • 23
0
votes
1 answer

Disable header check for inflating in SvZlib

I am using SvZlib for Silverlight 4 and try to inflate bytes array by using: Cellbi.SvZLib.Utils.Decompress(bytesArray); But I get error "incorrect header check". I am looking for disabling header check, but no results. Any idea how to disable…
Eugene Hoza
  • 621
  • 1
  • 6
  • 19