我正在製作一個簡單的Android應用程序,並且我想創建一個DrawerLayout菜單。當我去使用它時,它說必須聲明抽屜佈局。我檢查了我的SDK管理器,並且安裝了Android支持jar並且是最新的。
我試着卸載並重新安裝,但沒有幫助。我也嘗試創建一個新項目,但沒有奏效。
代碼:
必須聲明Android DrawerLayout錯誤
<android.support.v4.widget.DrawerLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/drawer_layout"
android:layout_width="match_parent"
android:layout_height="match_parent">
<FrameLayout
android:id="@+id/content_frame"
android:layout_width="match_parent"
android:layout_height="match_parent" />
<!-- The navigation drawer -->
<ListView android:id="@+id/left_drawer"
android:layout_width="240dp"
android:layout_height="match_parent"
android:layout_gravity="start"
android:choiceMode="singleChoice"
android:divider="@android:color/transparent"
android:dividerHeight="0dp"
android:background="#111"/>
</android.support.v4.widget.DrawerLayout>
錯誤:
Element android.support.v4.widget.DrawerLayout must be declared
其他信息:
最低API:7
生成API:18
IDE: Android Studio中(使用搖籃)
的Android工作室內部版本號:AI-132.863010 (到目前爲止) 我現在使用的是Android工作室3.0