Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to connect to the dev server from a physical Android device #3634

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

Andrew15-5
Copy link
Contributor

@Andrew15-5 Andrew15-5 commented Jan 23, 2025

This is a complimentary fix for #3444 to allow effortlessly connecting and using the hot-reloading stuff etc. when there are some network setup limitations that prevent the current implementation from working.

As a QoL feature, I can highlight the fact that you don't have to explicitly open a local port on your host if you have an active firewall set up. As a result, you don't have to use sudo and write your password and then no need to remember to close that port again. And also starting developing would be just faster. 🚀

Read more.

Fixes #3444.

@Andrew15-5 Andrew15-5 force-pushed the fix-dev-server-android-take-2 branch from e0e1cef to d430ab6 Compare January 23, 2025 21:16
@Andrew15-5 Andrew15-5 marked this pull request as ready for review January 23, 2025 22:07
@Andrew15-5 Andrew15-5 requested a review from a team as a code owner January 23, 2025 22:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make it possible to connect to the dev server on a physical Android device (dx serve)
1 participant