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

from assets index.android.bundle - could not connect to development server #18007

Closed
emretanerc opened this issue Feb 18, 2018 · 5 comments
Closed
Labels
Platform: Android Android applications. Ran Commands One of our bots successfully processed a command. Stale There has been a lack of activity on this issue and it may be closed soon.

Comments

@emretanerc
Copy link

emretanerc commented Feb 18, 2018

Is this a bug report?

No

Have you read the Contributing Guidelines?

Yes

Environment

Environment:
OS: Windows 7
Node: 8.9.4
Yarn: Not found
npm: 5.6.0
Watchman: Not found
Xcode: Not found
Android Studio: 3.0.0

Packages: (wanted => installed)
react-native: 0.53.0 => 0.53.0
react: 16.2.0 => 16.2.0

Steps to Reproduce

Project is 'hello word'.

231

232

i ran "adb reverse tcp:8081 tcp:8081"
not working.

@cipriancaba
Copy link

Have you tried already adb reverse tcp:8081 tcp:8081 ?

@emretanerc
Copy link
Author

emretanerc commented Feb 18, 2018

@cipriancaba yes i did, not working.

@arul-prasad
Copy link

@emretanerc few days ago i was struggling with same issue. Steps i followed to resolve.

  1. netstat -aon | find "8081" => check you have only one process id listening to the port 8081. if you have more than one, try to find the process details and kill the duplicate one and try.

  2. if you find any other services running already in 8081, you cannot kill. Launch the React-native in alternate port of 8081. See here the steps http://gadoth.com/react-native-series-post-1-installation-setup/

  3. if you are running in emulator you have to change debug host ip and port where react native package manager runs.

  4. If you running in device try adb reverse to the port 8081 to the new one.

@react-native-bot react-native-bot added Android Ran Commands One of our bots successfully processed a command. labels Mar 18, 2018
@react-native-bot react-native-bot added Platform: Android Android applications. Ran Commands One of our bots successfully processed a command. labels Mar 18, 2018
@hramos hramos removed the Platform: Windows Building on Windows. label Mar 29, 2018
@stale
Copy link

stale bot commented Jun 27, 2018

Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as "For Discussion" or "Good first issue" and I will leave it open. Thank you for your contributions.

@stale stale bot added the Stale There has been a lack of activity on this issue and it may be closed soon. label Jun 27, 2018
@stale
Copy link

stale bot commented Jul 27, 2018

Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information.

@stale stale bot closed this as completed Jul 27, 2018
@facebook facebook locked as resolved and limited conversation to collaborators Jul 28, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Platform: Android Android applications. Ran Commands One of our bots successfully processed a command. Stale There has been a lack of activity on this issue and it may be closed soon.
Projects
None yet
Development

No branches or pull requests

6 participants