Ionic 3 build error

2

I have a project made in IONIC 3 of an hour to no longer build. Here is the image:

    
asked by anonymous 28.10.2017 / 19:09

2 answers

0

Galera I solved it as follows: delete the local project and re-download my repository.

    
30.10.2017 / 12:25
0

I've seen this problem happening to some people on forums. I still do not know the cause of the problem but here are some possible solutions:

  • Install ionic again in version 3.15.0 that seems to be stable npm install [email protected] --save or try to install the latest version npm install ionic@latest -g
  • Update android studio
  • Update pro nodejs 7
  • Downgrade android apiLevel to platforms/android/project.properties
  • Try to run the app on another emulator or device.

There's a discussion going on here .

And also one of the corps's commiters posted something that might be related:

  

Android studio 3 is out. Breaks @apachecordova again. Stay tuned for   next cordova-android 6.4.0

    
29.10.2017 / 21:49