Trang này mô tả cách thiết lập môi trường phát triển để sử dụng tính năng Xem nhanh.
Thêm phần phụ thuộc Glance cụ thể trong mô-đun của ứng dụng dựa trên loại "có thể xem nhanh" mà bạn muốn tạo.
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"
}
Kích hoạt Trình biên dịch Compose
Đặt các tuỳ chọn sau để đảm bảo trình biên dịch Compose có sẵn cho Glance
android {
buildFeatures {
compose true
}
composeOptions {
kotlinCompilerExtensionVersion = "1.5.15"
}
kotlinOptions {
jvmTarget = "1.8"
}
}
Bạn có thể tải phiên bản mới nhất hiện có trên trang phát hành của Glance.