Error generating apk in the ionic framework v 1

-1

Hello,

I'm having a terrible error while trying to generate the android apk with the ionic framework, I'm not able to fix the problem, I put the cmd log in this link .

Thank you in advance

link

    
asked by anonymous 07.12.2016 / 16:38

1 answer

1

Update your SDK

android list sdk
android update sdk --no-ui --filter extra

Update Ionic Android settings

ionic platform remove android
ionic platform add android
    
07.12.2016 / 16:56