Hi guys, I built the game and put some icons on it. I already followed all the guidelines for the size but when I installed the app, it doesn’t show the launcher icon on my display.
This is the icons folder
http://postimg.org/image/hvy4p39c1/
This is my config.lua
application = { content = { fps = 30, width = 512, height = 1024, scale = "zoomEven", imageSuffix = { ["@2x"] = 2; }, }, }
This is my build.settings
settings = { orientation = { default = "landscapeRight", }, plugins = { ["plugin.google.play.services"] = { publisherId = "com.coronalabs", supportedPlatforms = { iphone=false, android=true } }, ["facebook"] = { publisherId = "com.coronalabs" }, }, android = { versionCode = "8", supportsScreens = { smallScreens = true, normalScreens = true, largeScreens = true, xlargeScreens = false, }, usesPermissions = { "android.permission.INTERNET", "android.permission.ACCESS\_NETWORK\_STATE", "android.permission.WRITE\_EXTERNAL\_STORAGE", } } }