หน้านี้จะอธิบายวิธีตั้งค่าสภาพแวดล้อมการพัฒนาซอฟต์แวร์เพื่อใช้ Glance
เพิ่มการพึ่งพา Glance ที่เฉพาะเจาะจงในโมดูลของแอปตามประเภท "ข้อมูลโดยย่อ" ที่ต้องการสร้าง
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.15"
}
kotlinOptions {
jvmTarget = "1.8"
}
}
คุณดาวน์โหลดเวอร์ชันล่าสุดที่พร้อมให้บริการได้จากหน้าการเผยแพร่ของ Glance