I have got the following error:
My build.settings:
settings = { plugins = { ["plugin.utf8"] = { publisherId = "com.coronalabs" }, ["plugin.CoronaSplashControl"] = { publisherId = "com.coronalabs" }, ["plugin.notifications.v2"] = { publisherId = "com.coronalabs" }, ["plugin.gamecircle"] = { publisherId = "COM\_INNOVATIVELEISURE", supportedPlatforms = { ["android-kindle"]=true } }, ["plugin.amazon.iap"] = { publisherId = "com.coronalabs", supportedPlatforms = { ["android-kindle"]=true } }, ["plugin.facebook.v4"] = { publisherId = "com.coronalabs" }, }, splashScreen = { enable = false }, orientation = { default = "landscapeRight", supported = { "landscapeRight","landscapeLeft" }, }, android = { usesPermissions = { "com.android.vending.BILLING", "android.permission.INTERNET", --"android.permission.READ\_PHONE\_STATE", "android.permission.ACCESS\_NETWORK\_STATE", }, }, }, settings = { excludeFiles = { all = { "Images.xcassets" } }, } }
Please, HELP!!!