android - ClassCastException in Eclpse 3.5 and 3.6 when in Graphical Layout with a SlidingDrawer -
has got graphical layout working correctly in either eclipse 3.5 or 3.6 when using sliding drawer? i keep getting following error in both: error! classcastexception: com.android.layoutlib.bridge.mockview cannot cast android.view.viewgroup exception details logged in window > show view > error logthe following classes not found: - slidingdrawer i error code , example code can find around: <?xml version="1.0" encoding="utf-8"?> <framelayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" android:background="#8cb69c"> <slidingdrawer android:id="@+id/drawer" android:layout_width="fill_parent" android:layout_height="fill_parent" android:handle="@+id/handle" android:content="@+id/content"> <imageview...