This problem is solved in cordova-android 6.1.0 , but if you try the cordova platform update android is not currently updated to 6.1.0 .
Run
cordova platform update android@6.1.0 --save cordova platform rm android cordova platform add android
to solve this problem.
Some people still have a problem after the command above ... Try:
cordova platform update android@6.2.0-nightly.2016.12.9.6c60dc5d --save cordova platform rm android cordova platform add android
You can also try: android @latest ....
Also try: ionic resources --icon
I use this version and it works, let me know if it solves the problem ...
Rodrigo GraΓ§a
source share