Thursday, May 14, 2015

Android studio - “Cannot start internal HTTP server”

Android studio is also starting without any problems. But then I get two messages:
  • Internal HTTP server disabled: Cannot start internal HTTP server. Git integration, JavaScript debugger and LiveEdit may operate with errors. Please check your firewall settings and restart Android Studio
  • Gradle 'Nieuwproject' project refresh failed: Connection refused: connect
  1. cmd -- 'Run as administrator'.
  2. cmd> netsh winsock reset
  3. Restart PC
  4. That's worked

Related Posts:

  • Android studio - “Cannot start internal HTTP server”Android studio is also starting without any problems. But then I get two messages: Internal HTTP server disabled: Cannot start internal HTTP server. Git integration, JavaScript debugger and LiveEdit may operate with erro… Read More
  • Android Studio Rename Package In Android Studio, you can do this: For example, if you want to change com.example.app to my.awesome.game, then: In your Project pane, click on the little gear icon (  ) Uncheck / De-select… Read More

1 comment: