google / android-emulator-container-scripts

1.82k stars 256 forks source link

Restored Working Build of Android Emulator Container Scripts #345

Closed KQT2000 closed 1 year ago

KQT2000 commented 1 year ago

Fixed the issue where Envoy wasn't routing requests from localhost:8080 to the emulator's gRPC server on port 8554, which made it impossible to connect to the emulator using both the WebRTC and PNG views in the React component. Now Envoy successfully routes requests to the gRPC server on port 8554 and the full functionality (e.g. seeing, hearing, sending GPS coordinates, etc) of the React component and container scripts has been restored, resulting in a working build of the container scripts.

pokowaka commented 1 year ago

THank you!

tatzyr commented 11 months ago

@KQT2000 @pokowaka Why was the LICENSE file removed in this pull request? Is this intentional?