google / android-emulator-container-scripts

1.82k stars 256 forks source link

Showing remote emulators in Android Studio #303

Closed scottjasso closed 2 years ago

scottjasso commented 2 years ago

hey @pokowaka, any chance the emulator starts shipping with goldfish-webrtc-bridge on mac? I'd love to use the '--fwd' arg to show remote emulators in Android Studio (that is, if i'm reading this right?)

pokowaka commented 2 years ago

That is a prototype that will not work right now. We are working on moving Webrtc into the emulator itself with support for both Mac and windows so we can use remote emulators in studio.

Getting the prototype to work yourself will be non trivial.

On Thu, Apr 14, 2022 at 14:45 W Scott Johnson @.***> wrote:

hey @pokowaka https://github.com/pokowaka, any chance the emulator starts shipping with goldfish-webrtc-bridge on mac? I'd love to use the '--fwd' arg to show remote emulators in Android Studio (that is, if i'm reading this right? https://android.googlesource.com/platform/external/qemu/+/bb6b3e2c2760d7c864c602495a4673695a39b8ff%5E%21/ )

— Reply to this email directly, view it on GitHub https://github.com/google/android-emulator-container-scripts/issues/303, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABFU33QARG3HYTSESI73TVTVFCGX3ANCNFSM5TO65TMQ . You are receiving this because you were mentioned.Message ID: @.***>

scottjasso commented 2 years ago

Awesome, looking forward to it :)

We're actively ramping up our company onto remote emulators, for now using our own frontend built on top of android-emulator-webrtc. Android Studio integration would be ideal 👍