Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Watch Face Designer cung cấp một số lựa chọn để xem mặt đồng hồ bạn tạo xuất hiện trên đồng hồ thực hoặc sử dụng trình mô phỏng Android.
Google Play
Google Play phát hành các tệp sử dụng định dạng .aab (Android App Bundle). Watch Face Designer xử lý mọi thứ liên quan đến việc đóng gói mặt đồng hồ vào một gói cho bạn.
Tính năng xuất của Android Studio sẽ lưu một tệp ZIP mà bạn có thể trích xuất và sử dụng làm thư mục dự án Android Studio. Công cụ này được định cấu hình sẵn bằng các tập lệnh Gradle và tất cả tài nguyên cần thiết để chỉnh sửa trực tiếp mặt đồng hồ đã tạo dưới dạng mã.
Bằng cách chỉnh sửa mặt đồng hồ trong Android Studio, bạn có thể triển khai các tính năng nâng cao hơn của Định dạng mặt đồng hồ, bao gồm cả những tính năng không được hỗ trợ trong Watch Face Designer.
Các phương thức khác
Watch Face Designer cũng hỗ trợ một số phương thức xuất khác.
Triển khai bằng một cú nhấp chuột
Để xuất bằng tính năng triển khai bằng một lần nhấp, hãy hoàn tất các bước sau:
Kết nối thiết bị Wear OS với máy tính qua USB.
Trên thiết bị Pixel Watch 2 và Pixel Watch 3, bạn có thể làm việc này bằng cáp sạc đi kèm.
Lựa chọn xuất này sẽ lưu mặt đồng hồ của bạn dưới dạng một gói Android chưa được biên dịch, có thư mục AndroidManifest.xml và res/ chứa mã và tài nguyên của mặt đồng hồ.
Bạn có thể sử dụng gói này với một công cụ như AAPT2 để tuỳ chỉnh cách tạo APK và AAB. Điều này hữu ích nếu bạn cần các lựa chọn điều chỉnh chi tiết hơn về các tính năng như khoá và chứng chỉ ký.
Nội dung và mã mẫu trên trang này phải tuân thủ các giấy phép như mô tả trong phần Giấy phép nội dung. Java và OpenJDK là nhãn hiệu hoặc nhãn hiệu đã đăng ký của Oracle và/hoặc đơn vị liên kết của Oracle.
Cập nhật lần gần đây nhất: 2025-08-27 UTC.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2025-08-27 UTC."],[],[],null,["Watch Face Designer offers several options for seeing your watch face creation\ncome to life on a physical watch or using the [Android emulator](/studio/run/emulator).\n\nGoogle Play **Note:** This is the recommended exporting method for designers who create watch faces on Wear OS.\n\nGoogle Play publishes files that use the `.aab` ([Android App Bundle](/guide/app-bundle))\nformat. Watch Face Designer handles everything about packaging your watch face\ninto a bundle for you.\n\nTo publish to Play, follow [Google Play publishing instructions](/training/wearables/watch-face-designer/publish).\n\nAndroid Studio **Note:** This is the recommended exporting method for developers who create watch faces on Wear OS.\n\nAndroid Studio export saves a ZIP file that you can extract and use as an\nAndroid Studio project directory. It comes preconfigured with Gradle scripts and\nall the necessary resources to directly edit your generated watch face as code.\nBy editing your watch face in Android Studio, you can implement [more advanced\nfeatures of the Watch Face Format](/reference/wear-os/wff/watch-face), including ones that aren't supported in\nWatch Face Designer.\n\nOther methods\n\nWatch Face Designer supports several other exporting methods, as well.\n\nOne-click deploy **Note:** This option is available only on macOS development machines. If you're developing on a Windows, Linux, or ChromeOS machine, use [APK exports](#apk) instead.\n\nTo export using one-click deploy, complete the following steps:\n\n1. Connect your Wear OS device to your computer over USB.\n\n On Pixel Watch 2 and Pixel Watch 3 devices, you can do this using the\n included charging cable.\n\n For devices that don't support direct USB connections, such as\n Pixel Watch (1), see [Wirelessly debugging a Wear OS app](/training/wearables/get-started/debugging#wifi-debugging).\n\n See the manufacturer's advice for other watches.\n2. Press **Export** in Watch Face Designer, then select **One-click deploy**,\n which prompts you to save a file.\n\n3. Double-click on that file to open it, and select the **Play** button:\n\n **Figure 1**: The deployed file open, ready for exporting\n\n The watch face is deployed to the watch and set as the current watch face\n favorite.\n | **Note:** You may need to accept a permissions dialog. If you press **Always Allow**, you don't have to do this again in future.\n\nAPK\n\nAn APK is an installable Android package. Watch Face Designer handles everything\nabout packaging and preparing your APK for you.\n\nTo deploy your APK, do the following:\n\n1. Install [ADB](/tools/adb).\n2. Connect your watch over USB or [over Wi-Fi](/training/wearables/get-started/debugging#wifi-pair).\n3. Use the [`adb install`](/tools/adb#move) command.\n\nRaw resources\n\nThis export option saves your watch face as an uncompiled Android package, with\nan `AndroidManifest.xml` and `res/` folder containing your watch face's code and\nresources.\n\nYou can use this package with a tool like [AAPT2](/tools/aapt2) to customize how APKs and\nAABs are generated. This is useful if you need more fine-grained tuning options\naround features like signing keys and certificates.\n\nWatch Face Studio (experimental)\n\nThis option creates a project for use in [Watch Face Studio](https://developer.samsung.com/watch-face-studio/overview.html).\n| **Note:** Some features from Figma might not appear as expected in Watch Face Studio."]]