android.view.InflateException: Binary XML file line #7: Error inflating class Ge
写到手势识别的时候.
GestureOverlayView 根据自动提示,写成:
?
<GestureOverlayView android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_weight="1.0" android:id="@+id/gesture" />
?
?
运行程序报错.
android.view.InflateException: Binary XML file line #7: Error inflating class GestureOverlayView
?
<android.gesture.GestureOverlayView android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_weight="1.0" android:id="@+id/gesture" />
?
问题解决.
?