Pairing Android and Wear Emulators

Pairing Android and Wear emulators

Using an emulated Android 4.3 device connected to a Wear emulator is not supported at this time.

How to connect avd wear emulator with my phone using the wear OS app?

It finally worked. I enabled the developer options in my avd emulator and enabled adb debugging and debugging over bluetooth from the developer options. Then followed the steps and the avd emulator connected with my phone. Thanks @selcukokuyucu for your help but unfortunately I have android 7.1.1 in my smartphone.

How connect wear emulator and phone emulator?

It's not so simple, but I think this answer may help you (as helped me):

Pairing Android Emulator with Wear Emulator

Pair Wear Emulator with Android Emulator

Genymotion + Wear Emulator

  1. Download and install genymotion image 4.3+;
  2. Download Gapps for the selected version of the image;
  3. Install gapps in genymotion and configure;
  4. Download and install Android Wear;
  5. Launch the wear emulator;
  6. Set port forward from genymotion to wear:

    adb -s {genimotion_ip}:{genimotion_port} -d forward tcp:5601 tcp:5601
  7. Use!


Related Topics



Leave a reply



Submit