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
-1
votes
1 answer

View inflate Exception error while writing code for custom font in textview in my application

i am using following class for custom font for my textview. import android.content.Context; import android.graphics.Typeface; import android.util.AttributeSet; import android.widget.TextView; public class MyTextView extends…
mystack
  • 192
  • 9
-1
votes
3 answers

android.view.InflateException: Binary XML file line #133

I am programming a mobile commerce app for a company. There is an error in while showing product details in an activity. These are details: package com.Troyateck.sucukevim; import java.io.IOException; import java.io.InputStream; import…
Mert Saygı
  • 139
  • 4
  • 14
-3
votes
3 answers

RecycleView Adapter inflating crash

I'm using in my android app a RecycleView adapter to inflate a custom item layout for a contact list, but an error occurs if I run it. Can anyone help me? My layout code:
-3
votes
1 answer

Android exception when inflating layout for AlertDialog

I'm trying to inflate a layout to use as the content for an AlertDialog. I'm using the following code: View dialog_view = ((LayoutInflater) builder.getContext().getSystemService(Context.LAYOUT_INFLATER_SERVICE)).inflate(R.layout.my_dialog,…
-3
votes
2 answers

I run my application getting message unfortunately app has stopped

FATAL EXCEPTION: main Process: com.jawlatour.apimapgoogle, PID: 4682 java.lang.RuntimeException: Unable to start activity ComponentInfo{com.jawlatour.apimapgoogle/com.jawlatour.apimapgoogle.MapsActivity}: android.view.InflateException: Binary…
-3
votes
2 answers

my app crashes ! need help ..there seems to be an error in the logcat

05-10 19:09:13.744 17071-17071/com.example.personal.enco E/AndroidRuntime: FATAL EXCEPTION: main Process: com.example.personal.enco, PID: 17071 java.lang.RuntimeException: Unable to start activity…
-5
votes
3 answers

Unfortunately app has stopped working on Android emulator

I've already tried Jack instructions but I'm still getting this error I've posted new logcat below 05-28 21:10:08.603: A/GmsApplication(3335): Unable to install secure provider, due to exception: 05-28 21:10:08.603: A/GmsApplication(3335):…
Aziza
  • 1
  • 2
-7
votes
2 answers

Error inflating class fragment, inflateexception

I am having error something its written like android view inflate exception error in inflating class fragment and its pointing to MainActivity.java class , I am trying to find but still no luck, as there is no error in android studio but error shows…
1 2 3
21
22