ฉันเริ่มเรียนรู้ Android Studio ตั้งแต่เมื่อวานนี้ ฉันพยายามสะท้อนคำว่า "Hello World" ง่ายๆ:
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
android:id="@+id/activity_main"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingLeft="16dp"
android:paddingRight="16dp"
android:paddingTop="16dp"
android:paddingBottom="16dp"
tools:context=".MainActivity">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Hello World!" />
</RelativeLayout>
แต่เมื่อฉันคลิกมุมมอง "ออกแบบ" ข้อผิดพลาดนี้กำลังแสดงขึ้น?
ไม่สามารถใช้ตัวแก้ไขการออกแบบได้จนกว่าจะสร้างสำเร็จ
ฉันจะแก้ไขข้อผิดพลาดนี้ได้อย่างไร ฉันเพิ่งดาวน์โหลด Android Studio เมื่อวานนี้
ฉันเพิ่งสังเกตว่ารหัส xml ของฉันทำให้เกิดข้อผิดพลาด นั่นคือสาเหตุที่อาจใช้งานไม่ได้ ขอบคุณมาก