Source path does not exist: resources/android/icon/drawable-hdpi-icon.png

hi i started new project and run command ionic cordova platform add android@6.3.0 --save
and i got this error
Adding android project…
Creating Cordova project for the Android platform:
Path: platforms\android
Package: com.ipe.yogaclass
Name: Yoga_Class_App
Activity: MainActivity
Android target: android-25
Subproject Path: CordovaLib
Android project created with cordova-android@6.2.3
Error: Source path does not exist: resources/android/icon/drawable-hdpi-icon.png
detail its showing like package name and name are wrong its showing details of other app
it was working fine before some days please help me in this regard help will be appreciated its also showing wrong package name i am building on other project please help me in this regard

For me, there was an extra add icon line outside of the platform definition tag in config.xml. Removing this fixed the issue.