The error:
12:12:26.136 Using custom build id from app bundle: 00000 (AppSettings.lua) 12:12:26.136 12:12:26.136 Using custom Build Id 00000 12:19:05.481 BuildID: kCoronaBuild [A device build error occurred on the server. 12:19:05.481 12:19:05.481 BuildID: 56cd9018ef5a2 12:19:05.481 Error: 12:19:05.481 ERROR: An error occurred during build. The server returned the following message: 12:19:05.481 --- 12:19:05.481 A device build error occurred on the server. 12:19:05.481 12:19:05.481 BuildID: 56cd9018ef5a2 12:19:05.481 Error: 12:19:05.481 --- 12:19:05.632 Android build failed (5)
And the whole build.settings:
settings = { orientation = { default = "portrait", supported = { "portrait" } }, android = { usesPermissions = { "android.permission.INTERNET", "android.permission.WRITE\_EXTERNAL\_STORAGE", "android.permission.ACCESS\_NETWORK\_STATE", "android.permission.READ\_PHONE\_STATE", "android.permission.VIBRATE", }, }, plugins = { ["plugin.google.play.services"] = { publisherId = "com.coronalabs" }, ["CoronaProvider.gameNetwork.google"] = { publisherId = "com.coronalabs" }, ["plugin.adbuddiz"] = { publisherId = "com.adbuddiz" }, ["CoronaProvider.analytics.flurry"] = { publisherId = "com.coronalabs" }, ["plugin.fbAudienceNetwork"] = { publisherId = "com.coronalabs" }, ["plugin.googleAnalytics"] = { publisherId = "com.coronalabs", supportedPlatforms = { iphone=true, android=true, osx=true, win32=true } }, }, }
And i just updated to the latest daily build and the error continues.
Thanks!