I receive different log message.
00:14:03.841 WebServices: Call corona.getUrl failed in 1478974443 seconds: [HttpSendRequest] 00:14:03.841 params: { 00:14:03.841 "hash" = "6994f668c7c64f0128f0f7d02f89bf43624ae864e17f78daf4dce84dbd280ad8" 00:14:03.841 "domain\_name" = "developer.anscamobile.com" 00:14:03.841 "domain\_time\_stamp" = "1478974398" 00:14:03.841 "nonce" = "EUNLdPoaom" 00:14:03.841 "sessid" = "b3f6873d32c6809becc728f78f04572e" 00:14:03.841 "buildsessionid" = "58275b74511f1" 00:14:03.841 }
11:11:43.604 WebServices: Call system.connect failed in 1479013903 seconds: [HttpSendRequest] 11:11:43.604 params: { 11:11:43.604 }
11:14:53.635 WebServices: Call corona.build.7 failed in 1479014093 seconds: [HttpSendRequest] 11:14:53.635 params: { 11:14:53.635 "hash" = "e903e144063e6b23484da530cd9458428037ad1db66e88dde95d22f697934620" 11:14:53.635 "domain\_name" = "developer.anscamobile.com" 11:14:53.635 "domain\_time\_stamp" = "1479014048" 11:14:53.635 "nonce" = "abCkeXoMlQ" 11:14:53.635 "sessid" = "db777b08a8886cb3c7506d2bdd80be0e" 11:14:53.635 "deviceId" = "7a613943440a16921a47aa8892f0bd5a" 11:14:53.635 "timestamp" = "57ca1280" 11:14:53.635 "appname" = "I\_HIDE\_IT" 11:14:53.635 "file" = \<106780 bytes of data elided\> 11:14:53.635 "device" = 0 11:14:53.635 "platform" = 1 11:14:53.635 "version" = 123300 11:14:53.635 "appPackage" = "I\_HIDE\_IT" 11:14:53.635 "customBuildId" = "00000" 11:14:53.635 "productId" = "basic" 11:14:53.635 "clientPlatform" = "Win" 11:14:53.635 "certType" = "distribution" 11:14:53.635 "appVersion" = "1.5.3" 11:14:53.635 "launchPad" = 0 11:14:53.635 "json" = "{"isLaunchPadActive":false,"targetCertType":"distribution","targetPlatformVersion":123300,"targetDevice":0,"dailyBuildRevision":2939,"buildBucket":"ansca-templates","clientPlatform":"Win","targetAppStore":"google","targetPlatform":1,"clientDeviceId":"7a613943440a16921a47aa8892f0bd5a","plugins":{"plugin.OneSignal":{"publisherId":"com.onesignal"},"plugin.google.play.services":{"publisherId":"com.coronalabs"},"plugin.toast":{"publisherId":"com.spiralcodestudio"},"plugin.google.iap.v3":{"supportedPlatforms":{"android":true},"publisherId":"com.coronalabs"},"plugin.appodeal":{"supportedPlatforms":{"android":true},"publisherId":"com.coronalabs"},"plugin.notifications":{"publisherId":"com.coronalabs"},"plugin.advertisingId":{"publisherId":"com.coronalabs"},"CoronaProvider.native.popup.social":{"publisherId":"com.coronalabs"}},"dailyBuildYear":2016,"clientProductId":"basic","appName":"Гороскоп на каждый день"}" 11:14:53.635 "downloadResult" = 1 11:14:53.635 } 11:14:53.901 Android build failed (11) after 49 seconds
with the latter message i get a warning:
build.settings:
settings = { orientation = { -- Supported values for orientation: -- portrait, portraitUpsideDown, landscapeLeft, landscapeRight default = "portrait", supported = { "portrait", } }, excludeFiles = { -- Include only the necessary icon files on each platform iphone = { "Icon-\*dpi.png", }, android = { "Icon.png", "Icon-Small-\*.png", "Icon\*@2x.png", }, }, -- -- iOS Section -- iphone = { plist = { UIStatusBarHidden = false, UIPrerenderedIcon = true, -- set to false for "shine" overlay --UIApplicationExitsOnSuspend = true, -- uncomment to quit app on suspend CFBundleIconFiles = { "Icon.png", "Icon@2x.png", "Icon-60.png", "Icon-60@2x.png", "Icon-60@3x.png", "Icon-72.png", "Icon-72@2x.png", "Icon-76.png", "Icon-76@2x.png", "Icon-Small.png", "Icon-Small@2x.png", "Icon-Small@3x.png", "Icon-Small-40.png", "Icon-Small-40@2x.png", "Icon-Small-50.png", "Icon-Small-50@2x.png", }, --[[-- iOS app URL schemes: CFBundleURLTypes = { { CFBundleURLSchemes = { "fbXXXXXXXXX", -- replace XXXXXXXXX with your Facebook appId } } } --]] } }, plugins = { ["plugin.google.iap.v3"] = { publisherId = "com.coronalabs", supportedPlatforms = { android=true } }, ["plugin.notifications"] = { publisherId = "com.coronalabs" }, ['plugin.toast'] = { publisherId = 'com.spiralcodestudio' }, ["plugin.OneSignal"] = { publisherId = "com.onesignal", }, ["plugin.google.play.services"] = { publisherId = "com.coronalabs" }, ["plugin.advertisingId"] = { publisherId = "com.coronalabs" }, ["plugin.appodeal"] = { publisherId = "com.coronalabs", supportedPlatforms = { android=true } }, ["CoronaProvider.native.popup.social"] = { publisherId = "com.coronalabs" } }, -- -- Android Section -- android = { usesPermissions = { "android.permission.INTERNET", "com.android.vending.BILLING", "com.android.vending.CHECK\_LICENSE", "android.permission.ACCESS\_NETWORK\_STATE", "android.permission.ACCESS\_COARSE\_LOCATION", "android.permission.WRITE\_EXTERNAL\_STORAGE" }, }, }