Android 스튜디오 내보내기는 추출하여 Android 스튜디오 프로젝트 디렉터리로 사용할 수 있는 ZIP 파일을 저장합니다. Gradle 스크립트와 생성된 시계 화면을 코드로 직접 수정하는 데 필요한 모든 리소스가 사전 구성되어 있습니다.
Android 스튜디오에서 시계 화면을 수정하면 시계 화면 디자이너에서 지원되지 않는 기능을 비롯해 워치 페이스 형식의 고급 기능을 구현할 수 있습니다.
기타 방법
워치 페이스 디자이너는 다른 내보내기 방법도 지원합니다.
클릭 한 번으로 배포
원클릭 배포를 사용하여 내보내려면 다음 단계를 완료하세요.
USB를 통해 Wear OS 기기를 컴퓨터에 연결합니다.
Pixel Watch 2 및 Pixel Watch 3 기기에서는 동봉된 충전 케이블을 사용하여 이 작업을 할 수 있습니다.
Pixel Watch (1)와 같이 직접 USB 연결을 지원하지 않는 기기의 경우 무선으로 Wear OS 앱 디버그를 참고하세요.
다른 시계의 경우 제조업체의 조언을 참고하세요.
시계 화면 디자이너에서 내보내기를 누른 다음 원클릭 배포를 선택하면 파일을 저장하라는 메시지가 표시됩니다.
해당 파일을 더블클릭하여 열고 재생 버튼을 선택합니다.
그림 1: 배포된 파일이 열려 내보낼 준비가 됨
워치 페이스가 워치에 배포되고 현재 워치 페이스 즐겨찾기로 설정됩니다.
APK
APK는 설치 가능한 Android 패키지입니다. 워치 페이스 디자이너는 APK 패키징 및 준비에 관한 모든 사항을 처리합니다.
이 페이지에 나와 있는 콘텐츠와 코드 샘플에는 콘텐츠 라이선스에서 설명하는 라이선스가 적용됩니다. 자바 및 OpenJDK는 Oracle 및 Oracle 계열사의 상표 또는 등록 상표입니다.
최종 업데이트: 2025-08-27(UTC)
[null,null,["최종 업데이트: 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."]]