I understand how iPhone is set up with icons and info.plst in build.settings. But how is it supposed to look for Android?
seems like i have multiple issues ( I can build on my kindle my splash screens shows, But No Icon and I have No BackGround Images when I change views Even if I use the same image as the splash image )
Some Help is much appreciated.
i.e.
settings = {
orientation = {
default = “portrait”,
supported = { “portrait”, “portraitUpsideDown”}
},
iphone = {
plist = {
ApplicationName = “On Time”,
UIStatusBarHidden = true,
UIPrerenderedIcon = true, – set to false for “shine” overlay
UIApplicationExitsOnSuspend = true, – uncomment to quit app on suspend
MinimumOSVersion = “1.0”,
CFBundleIconFiles = {
“AppIcons/Icon-120.png”,
“AppIcons/Icon-40.png”,
“AppIcons/Icon-40@2x.png”,
“AppIcons/Icon-40@3x.png”,
“AppIcons/Icon-60@2x.png”,
“AppIcons/Icon-60@3x.png”,
…