下記構文で、
Android resource compilation failed
C:\Users\Administrator\AndroidStudioProjects\HelloWorld\app\src\main\res\layout\activity_main.xml:15: AAPT: error: junk after document element.
C:\Users\Administrator\AndroidStudioProjects\HelloWorld\app\src\main\res\layout\activity_main.xml: AAPT: error: file failed to compile.
のErrorが出ます。
どのようにして修正したらよいでしょうか?
<?xml version="1.0" encoding="utf-8"?> <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:id="@+id/btSave" android:layout_width="match_parent" android:layout_height="match_parent" android:background="#A1A9BA" android:orientation="vertical" tools:context=".MainActivity" android:inputTypt="text"/> <EditText android:id="@+id/etinput" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginBottom="25dp" android:lauyout_marginTop="5dp" android:background="#ffffff" android:inputType="text"/> <ConstraintLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:background="#df7401" android:orientation="horizontal"> <CheckBox android:id="@+id/cbDrink" android:layout_width="wrap_content" android:layout_heigt="wrap_content" android:layout_marginRight="25dp" android:background="#ffffff" android:text="@string/cb_drink"/> <CheckBox android:id="@+id/cbFood" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/cb_food"/> </ConstraintLayout> <Button android:id="@+id/btSave" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/bt_save" tools:layout_editor_absoluteX="-7dp" tools:layout_editor_absoluteY="66dp" /> </androidx.constraintlayout.widget.ConstraintLayout> ```
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。