I get this error when launch app on android emulator with api 19: err_connection_refused (http://localhost.8080/)
What I do:
- Ionic start test blank
- Ionic cordova platform add android@6.4
- Ionic cordova run android
What I have:
@ionic/cli-utils : 1.19.2
ionic (Ionic CLI) : 3.20.0
global packages:
cordova (Cordova CLI) : 8.0.0
local packages:
@ionic/app-scripts : 3.1.10
Cordova Platforms : android 6.4.0
Ionic Framework : ionic-angular 3.9.2
System:
Node : v8.11.3
npm : 5.6.0
OS : Windows 10
Any idea? I’ve tried with api 25 and have no problem. The project is clean, without additional plugins. only a blank project
Sorry my english.