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.

  1. Click on the arrow, select "Edit Configuration ..."
  2. "Wear
  3. Click on the green plus sign < / Li>
  4. Select "Run another configuration"
  5. Select "Mobile"
  6. Use the arrow to create "Mobile" first
  7. Be sure to rebuild (clean and build)
  8. 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

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -