-
-
Notifications
You must be signed in to change notification settings - Fork 964
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
Make it possible to connect to the dev server on a physical Android device (dx serve
)
#3444
Comments
@Andrew15-5 May i know how are you serving on physical device? |
dx serve --platform android |
Hmm.. But default this command runs on virtual device i.e emulator. Not on physical device for me! |
You have to connect your physical device so that |
Hmm.. I ask for ios. adb for android!. |
This issue is for Android, and so is the fix. You should ask somewhere else. @jkelleyrtp was testing the iOS, but I don't remember if the physical device already works, or it has the exact same issue as Android. |
Fixed in #3586 I also attempted iOS code-signing so we can deploy to ios devices but my old prototype isn't working anymore, sadly. |
@jkelleyrtp, I've checked the latest version with and without patched crates.io, and it doesn't work. While my branch still works. All because I added the automatic P.S. I would've appreciated a heads-up on that you are making another implementation for this, as I made it clear that I have a fix (linked in the OP), and I'll make a PR this month (during our last meeting call). |
I didn't set up anything fancy with I'd be down to support the proper |
Is this all just in the Rust code for
If it works via Wi-Fi, then how can be the cause of it not working? Do you just need to Without a working instruction, this issues isn't fixed, so it must be reopened. So far, instruction unclear.
Okey-dokey. |
I wrote a short explanation of my specific situation/setup here, but the TL;DR is that with some VPN setups (on the host) the So in the end, we (I) return to the same thing: use I already made a new branch with a similar patch, but it's built on top of the latest commit. Will make a PR soon. |
Feature Request
Currently, only a virtual Android device supports hot-reloading etc. but not a physical one.
Implement Suggestion
I already have a branch with a working version, but I don't have time to make a PR. Should be free in a week or so.
The text was updated successfully, but these errors were encountered: