Ionic 3 build error

Asked

Viewed 312 times

2

Guys I have a project done in IONIC 3 from one hour to another does not build anymore. Follow the image: inserir a descrição da imagem aqui

2 answers

0

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 version npm 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.

  • Good, post it as an answer then to help other people.

-1


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

  • It is not necessary to write an answer just to say "thank you". The best way to thank is accepting the answer that helped you. - Of Revision

  • To where did I write the answer as "thank you"? Answer above this the way I managed to resolve.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.