2
I have seen this problem happening to some people on forums. I still don’t know the cause of the problem but here are some possible solutions:
- Install Ionic again in version 3.15.0 which seems to be stable
npm install [email protected] --save
or try to install the latest versionnpm install ionic@latest -g
- Do update android studio
- Update pro nodejs 7
- Downgrade the android apiLevel on
platforms/android/project.properties
- Try running the app on another emulator or device.
There’s a fight going on here.
And also one of the commiters of Cordova posted something that may be related:
Android studio 3 is out. Breaks @apardova Again. Stay Tuned for next Cordova-android 6.4.0
I managed to solve the problem. Delete the project and downloaded again from the repository.
– Victor César
Good, post it as an answer then to help other people.
– DiegoAugusto