Reputation: 9434
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
Reputation: 1
In Android Studio 3.x: File Menu/New/New Module... Follow the wizard -> Select Wear OS
Upvotes: 0
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
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