Lim Thye Chean
Lim Thye Chean

Reputation: 9434

How do you add a watch module to an existing Android Studio project?

Google document "Creating and Running a Wearable App" (https://developer.android.com/training/wearables/apps/creating.html) only discussed how to create a project from scratch. Let's say if you already have an Android Studio project for phone/tablet (imported from Eclipse), how do you add a watch module for Android Wear?

Upvotes: 7

Views: 5701

Answers (3)

Yor PG
Yor PG

Reputation: 1

In Android Studio 3.x: File Menu/New/New Module... Follow the wizard -> Select Wear OS

Upvotes: 0

amit chopra
amit chopra

Reputation: 1

In Android Studio 3.0 ,it is shown in File -> Project Structure (F4)(Ctrl+Alt+Shift+S) .After this, click on the + sign. From there you can add wear,TV and other as well.

Upvotes: 0

RoadXY
RoadXY

Reputation: 457

Right click your project, open module settings, hit the + sign which will take you to a wizard in which you can add a wear module

Upvotes: 18

Related Questions