-
Notifications
You must be signed in to change notification settings - Fork 20
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
Run Android App #161
Comments
@kk8401 Hi, Is your laptop and your Android device in the same network environment (Wi-Fi)? |
yup same network. |
It works correctly in my environment. |
@kk8401 this IP 10.0.2.2 is your local LAN IP of your laptop or? |
10.0.2.2 happens to be loopback when running an Android emulator. Not entirely sure why it ends up being attempted here... |
Right... seems to be coming from here: https://github.com/kotarella1110/cordova-plugin-webpack/blob/master/src/webpackServe.ts#L78 For some reason, the |
Hi,
I am trying to use the hotreload for my android device (Android 9).
I have follow the instruction and setup config.xml as described in the documentation.
When the app launched on my phone it is pointing to 10.0.2.2:8888
i have tried to setup host and port at devServer pointing to my laptop but doesn't seems to work.
devServer: {
host: '192.168.1.104',
port: '8888'
},
Thanks.
The text was updated successfully, but these errors were encountered: