标签:sch intern int flat lang enter sage decorview dal
如果报这个错误有可能是布局文件中有自定义View 记得修改自定义布局包名
像我这边就包名写错了,一直报错,com.example.filemanage包下找不到FileListItem这个类
<com.example.filemanage.FileListItem xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingTop="5dip"
android:paddingBottom="5dip"
android:orientation="horizontal"
android:gravity="center_vertical">
Binary XML file line #2: Error inflating
标签:sch intern int flat lang enter sage decorview dal
原文地址:http://www.cnblogs.com/zhangyubao/p/7011043.html