2 de ago. de 2016

Ionic - stopped building for Android

I finished the day building the app for Android normally. The next day, when I tried to build, it gave me an error message:

ionic Execution failed for task ':merge Debug Assets'

The solution was to remove the Android platform from the project and add it again.

> ionic platform remove android
> ionic platform add android

Nenhum comentário: