Error printing part of code:
android.view.InflateException:Binary XML file line #8: Error inflating class <unknown>
02-02 11:43:11.420:e/androidruntime (25333):At Android.view.LayoutInflater.createView (layoutinflater.java:613)
02-02 11:43:11.420:e/androidruntime (25333):At Com.android.internal.policy.impl.PhoneLayoutInflater.onCreateView (phonelayoutinflater.java:56)
02-02 11:43:11.420:e/androidruntime (25333):At Android.view.LayoutInflater.onCreateView (layoutinflater.java:660)
02-02 11:43:11.420:e/androidruntime (25333):At Android.view.LayoutInflater.createViewFromTag (layoutinflater.java:685)
02-02 11:43:11.420:e/androidruntime (25333):At Android.view.LayoutInflater.rInflate (layoutinflater.java:746)
02-02 11:43:11.420:e/androidruntime (25333):At Android.view.LayoutInflater.inflate (layoutinflater.java:489)
Cause Analysis:
The error log roughly means that the mapping XML is an error, the problem often does not distinguish between the use of style or property, or the use of the Android system comes with a style or your own definition of style, I use the wrong case, see the following error correction.
Error Correction:
Correct:
Android.view.InflateException:Binary XML file line #8: Error inflating class <unknown>