When using the ionic resources
command, my icons and splash screens are creating correctly, however, on the Android device, the square icon appears very small within the larger circular icon on the device.
Has something changed within Android?
Is there a way to force the square icon for the app?
Any other users having this problem? I have included a screen shot showing what I am seeing:
My square icons has been reduced in size and placed within a circular icon. All of the resource icons for my Android app show the icon as square and created correctly. Is there a way to over write this in my config?
What is your ionic info
output?
What I see from the screenshot, your device’s launcher seems to prefer circular icons - the Play Store Icon is usually just on white background, same for the Gmail envelope. Probably something to do with that.
cli packages: (/usr/local/lib/node_modules)
@ionic/cli-utils : 1.19.0
ionic (Ionic CLI) : 3.19.0
global packages:
cordova (Cordova CLI) : 7.1.0
Gulp CLI : CLI version 3.9.1 Local version 3.9.1
local packages:
Cordova Platforms : android 6.3.0 ios 4.5.3
Ionic Framework : ionic1 1.3.3
System:
ios-deploy : 1.9.2
Node : v8.9.0
npm : 5.5.1
OS : macOS High Sierra
Xcode : Xcode 9.2 Build version 9C40b
Environment Variables:
ANDROID_HOME : not set
Misc:
backend : pro
Your Cordova tooling seems to be out of date, which might be causing all kinds of problems.
You can read about how to figure out the current Cordova versions and how to update CLI, platforms and plugins here: How to update Cordova CLI, Platforms and Plugins · ionic.zone