หน้านี้อธิบายวิธีตั้งค่าสภาพแวดล้อมในการพัฒนาซอฟต์แวร์เพื่อใช้ Glance
เพิ่มทรัพยากร Dependency เฉพาะโดยย่อในโมดูลของแอปโดยอิงตามประเภทของ "ข้อมูลโดยย่อ" ที่คุณต้องการสร้าง
dependencies {
// For AppWidgets support
implementation "androidx.glance:glance-appwidget:1.1.0"
// For interop APIs with Material 3
implementation "androidx.glance:glance-material3:1.1.0"
// For interop APIs with Material 2
implementation "androidx.glance:glance-material:1.1.0"
}
เปิดใช้งานคอมไพเลอร์ในการเขียน
ตั้งค่าตัวเลือกต่อไปนี้เพื่อให้แน่ใจว่าคอมไพเลอร์การเขียนจะใช้ได้สำหรับ สรุปข้อมูล
android {
buildFeatures {
compose true
}
composeOptions {
kotlinCompilerExtensionVersion = "1.5.14"
}
kotlinOptions {
jvmTarget = "1.8"
}
}
คุณดาวน์โหลดเวอร์ชันล่าสุดที่พร้อมให้บริการได้จากหน้าการเผยแพร่ของ Glance