Home > Back-end >  Using JetBrains' Code With Me plugin with either IntelliJ or Android Studio, how can a device b
Using JetBrains' Code With Me plugin with either IntelliJ or Android Studio, how can a device b

Time:01-05

I have successfully started the Code With Me plugin on both IntelliJ IDEA (Ultimate) and Android Studio (Electric Eel). Guests can start an Android app running but cannot see the (emulated) device, let alone a physical device controlled by the host.

One way to show an emulated device might be to split the device display window from the IDE and share that window in an IDE panel. I have yet to try this but I wonder if there is a simpler, better, recommended way.

CodePudding user response:

Unfortunately, this isn't currently supported, but we're hoping to implement it in a future version. You can vote for and follow CWM-6152 and GTW-2455 for updates.

  • Related