android - Deploying Mobile and Wear at the same time -
Can both mobile and wearable apps be compiled and implemented at the same time from Android Studio?
I am able to change myself in both the parts and then I have to wait for one before the next deployment. If you have default configuration for project names on Android Studio, you must have "mobile" in the launch combo.
- Click on the arrow, select "Edit Configuration ..."
- "Wear
- Click on the green plus sign < / Li>
- Select "Run another configuration"
- Select "Mobile"
- Use the arrow to create "Mobile" first
- Be sure to rebuild (clean and build)
- When you select "wear", click on the green arrow to launch it and click on it L'must launch both applications in sequence with one click.
I think it is the best now.
Comments
Post a Comment