java.lang.RuntimeException: Unable to start activity ComponentInfo{online.hannuveda.transafe_tx/online.hannuveda.transafe_tx.trip}: android.view.InflateException: Binary XML file line #197: Error inflating class fragment
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Stack Overflow by Akshay J
, 1 year agovia blogspot.com by Unknown author, 2 years ago
via Stack Overflow by KT79
, 2 years agovia GitHub by Technologx
, 1 year agovia GitHub by iSoron
, 1 year agoandroid.view.InflateException: Binary XML file line #197: Error inflating class fragment
at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:763)
at android.view.LayoutInflater.rInflate(LayoutInflater.java:806)
at android.view.LayoutInflater.rInflate(LayoutInflater.java:809)
at android.view.LayoutInflater.inflate(LayoutInflater.java:504)
at android.view.LayoutInflater.inflate(LayoutInflater.java:414)
at android.view.LayoutInflater.inflate(LayoutInflater.java:365)
at android.support.v7.app.AppCompatDelegateImplV9.setContentView(AppCompatDelegateImplV9.java:284)
at android.support.v7.app.AppCompatActivity.setContentView(AppCompatActivity.java:140)
at online.hannuveda.transafe_tx.trip.onCreate(trip.java:219)
at android.app.Activity.performCreate(Activity.java:6119)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1112)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2491)