This is the result which i am getting after giving the resource command.
command: ionic resources
Ionic icon and splash screen resources generator
uploading icon.png...
uploading splash.png...
icon.png (192x192) upload complete
splash.png (569x569) upload complete
splash android drawable-port-xxxhdpi-screen.png (1280x1920) skipped, source image splash.png (569x569) too small
splash android drawable-port-xxhdpi-screen.png (960x1600) skipped, source image splash.png (569x569) too small
splash android drawable-port-xhdpi-screen.png (720x1280) skipped, source image splash.png (569x569) too small
splash android drawable-port-hdpi-screen.png (480x800) skipped, source image splash.png (569x569) too small
generating splash android drawable-port-mdpi-screen.png (320x480)...
generating splash android drawable-port-ldpi-screen.png (240x320)...
splash android drawable-land-xxxhdpi-screen.png (1920x1280) skipped, source image splash.png (569x569) too small
splash android drawable-land-xxhdpi-screen.png (1600x960) skipped, source image splash.png (569x569) too small
splash android drawable-land-xhdpi-screen.png (1280x720) skipped, source image splash.png (569x569) too small
splash android drawable-land-hdpi-screen.png (800x480) skipped, source image splash.png (569x569) too small
generating splash android drawable-land-mdpi-screen.png (480x320)...
splash android drawable-port-ldpi-screen.png (240x320) generated
generating splash android drawable-land-ldpi-screen.png (320x240)...
splash android drawable-land-mdpi-screen.png (480x320) generated
generating icon android drawable-xxxhdpi-icon.png (192x192)...
splash android drawable-port-mdpi-screen.png (320x480) generated
generating icon android drawable-xxhdpi-icon.png (144x144)...
splash android drawable-land-ldpi-screen.png (320x240) generated
generating icon android drawable-xhdpi-icon.png (96x96)...
icon android drawable-xxxhdpi-icon.png (192x192) generated
generating icon android drawable-hdpi-icon.png (72x72)...
icon android drawable-xxhdpi-icon.png (144x144) generated
generating icon android drawable-mdpi-icon.png (48x48)...
icon android drawable-xhdpi-icon.png (96x96) generated
generating icon android drawable-ldpi-icon.png (36x36)...
icon android drawable-hdpi-icon.png (72x72) generated
icon android drawable-mdpi-icon.png (48x48) generated
icon android drawable-ldpi-icon.png (36x36) generated
but i am not getting any splash and icon images in res folder. i.e icon and splash screen are not getting generated…anyone knows whats the issue?