- Android Wear Projects
- Ashok Kumar S
- 366字
- 2021-07-15 17:17:54
Creating your first Wear project
Click on the Start a new Android Studio project option in the Android Studio window. You will be prompted by another window with project details.
The following screenshot shows the window that allows users to configure their project details, such as project name, Package name, and whether the project needs native C++ support:

You can name your project as you wish. After you have chosen your project name and your project local system location, you can press the Next button in the window, which brings up another window with a few configuration queries, as shown in the following screenshot:

In this window, you can choose to write a standalone Wear application if you uncheck the Phone and Tablet option. In this way, you will see only Wear application templates:

Now, Android Studio templates prompt only Android Wear activity templates with the following set of options:
- Add No Activity
- Always On Wear Activity
- Blank Wear Activity
- Display Notification
- Google Maps Wear Activity
- Watch Face
The activity template chooser helps you to access the default boilerplate codes, which are already templatized and can be used directly in projects:

To create the first project, we will choose Blank Wear Activity and click on the Next button in the window. Android Studio will prompt another window for creating the name of the activity and layout file. In this template, the two form factors of Android Wearable devices, which are mostly round and square shapes, are prepopulated with the boilerplate code stub:

When your project is ready to be created, click on the Finish button. After clicking on Finish, Android Studio will take a few moments to create the project for us.
Way to go! You have now created a working boilerplate code for the Android Wear standalone application without the phone companion application. When successfully created, you will see the following files and codes added to your project by default:

If your SDK is not updated with API level 25, you might see the Wear option in the Android Studio project creating prompts with Android Wear support library 1.x; you can update this in the Wear module Gradle file with the following dependency:
compile 'com.google.android.support:wearable:2.0.0'
- Rust編程:入門、實戰與進階
- Raspberry Pi Networking Cookbook(Second Edition)
- FreeSWITCH 1.6 Cookbook
- Eclipse Plug-in Development:Beginner's Guide(Second Edition)
- R的極客理想:工具篇
- 深入理解Android:Wi-Fi、NFC和GPS卷
- 青少年信息學競賽
- C和C++游戲趣味編程
- JSP程序設計實例教程(第2版)
- Mastering Docker
- 寫給青少年的人工智能(Python版·微課視頻版)
- DevOps 精要:業務視角
- Learning iOS Penetration Testing
- Scala編程(第4版)
- 鋁合金陽極氧化與表面處理技術(第三版)