I cannot build for Android, Stuck at building phase

Hi.

Since yesterday, I want to update my application. So, I start building for iOS and it’s take a while for building (More than usual) but it completed. Then I start building for Android and it’s take forever to build (Stuck on building phase) 

I’m not sure, if there’s any problem with service or else. Please help me…

Thankfully…

Corona SDK:

Version: 3.0.0

Build: 2017.3032

Mar 29 02:36:22.322 Using custom build id from app bundle: 00000 (AppSettings.lua) Mar 29 02:36:22.323 2017-03-29 14:36:22.322 Corona Simulator[1181:86406] logEvent: key: target 2017-03-29 14:36:22.322 Corona Simulator[1181:86406] logEvent: key: store Mar 29 02:36:22.552 Note: debug info is not being stripped from application (settings.build.neverStripDebugInfo = true) Mar 29 02:36:25.736 BUILD SUCCESSFUL Total time: 1 second

Can you produce the entire log?

Rob

This is my log from start Corona to build process
 

Mar 30 11:36:32.761 Activated fonts in 'Lato-Bold.ttf' (Lato-Bold) Mar 30 11:36:32.816 Activated fonts in 'Lato-Regular.ttf' (Lato-Regular) Mar 30 11:36:32.817 Copyright (C) 2009-2017 C o r o n a L a b s I n c . Version: 3.0.0 Build: 2017.3032 Mar 30 11:36:36.048 Activated fonts in 'OpenSans-Bold.ttf' (OpenSans-Bold) Mar 30 11:36:36.071 Activated fonts in 'OpenSans-Light.ttf' (OpenSans-Light) Mar 30 11:36:36.298 Activated fonts in 'OpenSans-Regular.ttf' (OpenSans) Mar 30 11:36:36.352 Activated fonts in 'OpenSans-Semibold.ttf' (OpenSans-Semibold) Mar 30 11:36:36.725 Activated fonts in 'Ubuntu-B.ttf' (Ubuntu-Bold) Mar 30 11:36:36.992 WARNING: issue found in /Users/FooiMac2/Dropbox (FOO)/PoopQuest - Fight/build.settings: Mar 30 11:36:36.993 WARNING: deprecated key: settings.androidPermissions[] (string) Mar 30 11:36:36.993 WARNING: deprecated key: settings.iphone.plist.UIAppFonts[] (string) Mar 30 11:36:36.993 WARNING: unrecognized key: settings.android.neverStripDebugInfo (boolean) Mar 30 11:36:36.993 Copyright (C) 2009-2017 C o r o n a L a b s I n c . Version: 3.0.0 Build: 2017.3032 Mar 30 11:36:37.165 Loading project from: ~/Dropbox (FOO)/PoopQuest - Fight Mar 30 11:36:37.165 Mar 30 11:36:37.171 Project sandbox folder: ~/Library/Application Support/Corona Simulator/PoopQuest - Fight-752883977B54F6A1911B533EDB847605 Mar 30 11:36:37.210 Platform: iPad / x86\_64 / 10.11.6 / AMD Radeon HD 6750M OpenGL Engine / 2.1 ATI-1.42.15 / 2017.3032 / en | US | en\_US | en Mar 30 11:36:43.108 PluginSync: plugin com.coronalabs/plugin.notifications needs to be updated for platform mac-sim to build number: 2542 PluginSync: downloading plugin: http://plugins.coronasphere.com/com.coronalabs/plugin.notifications/2015.2542/mac-sim/plugin.notifications.zip Mar 30 11:36:43.791 Archive: /Users/FooiMac2/Library/Application Support/Corona/Simulator/Plugins/plugin.notifications.zip Mar 30 11:36:43.791 inflating: /Users/FooiMac2/Library/Application Support/Corona/Simulator/Plugins/plugin\_notifications.lua Mar 30 11:36:43.791 Mar 30 11:36:44.748 PluginSync: plugin com.coronalabs/CoronaProvider.native.popup.social needs to be updated for platform mac-sim to build number: 1164 PluginSync: downloading plugin: http://plugins.coronasphere.com/com.coronalabs/CoronaProvider.native.popup.social/2013.1164/mac-sim/CoronaProvider.native.popup.social.zip Mar 30 11:36:45.360 Archive: /Users/FooiMac2/Library/Application Support/Corona/Simulator/Plugins/CoronaProvider.native.popup.social.zip Mar 30 11:36:45.774 inflating: /Users/FooiMac2/Library/Application Support/Corona/Simulator/Plugins/CoronaProvider\_native\_popup\_social.lua Mar 30 11:36:45.775 Mar 30 11:36:47.390 WARNING: main.lua:12: native.setProperty() was given an invalid selector: applicationIconBadgeNumber Mar 30 11:36:47.390 Mar 30 11:37:50.749 Using java version "1.8.0\_45" Java(TM) SE Runtime Environment (build 1.8.0\_45-b14) Java HotSpot(TM) 64-Bit Server VM (build 25.45-b02, mixed mode) Mar 30 11:37:50.899 Picked up JAVA\_TOOL\_OPTIONS: -Duser.language=en Mar 30 11:37:56.430 Picked up JAVA\_TOOL\_OPTIONS: -Duser.language=en Mar 30 11:38:03.176 jar signed. Mar 30 11:38:09.302 Testing credentials for '/Users/FooiMac2/PoopQuest - Fight.keystore': Building android app for [Email Address] with 2017.3032 Mar 30 11:38:18.731 Using custom build id from app bundle: 00000 (AppSettings.lua) Mar 30 11:38:18.731 2017-03-30 11:38:18.730 Corona Simulator[562:6133] logEvent: key: target 2017-03-30 11:38:18.730 Corona Simulator[562:6133] logEvent: key: store Mar 30 11:38:18.973 Note: debug info is not being stripped from application (settings.build.neverStripDebugInfo = true) Mar 30 11:38:31.516 BUILD SUCCESSFUL Total time: 6 seconds Mar 30 11:38:31.516

Can you post your build.settings and perhaps a screen shot of the build screen just before you hit enter (please don’t blur out any fields).

Thanks

Rob

This is my build.setting

settings = { build = { neverStripDebugInfo = false, }, plugins = { ["plugin.notifications"] = { publisherId = "com.coronalabs" }, ["CoronaProvider.native.popup.social"] = { publisherId = "com.coronalabs" }, }, --[[excludeFiles = { all = {}, iphone = { "Icon-\*dpi.png", "music/\*.ogg" }, android = { "Icon.png", "\*@2x.png", "music/\*.m4a" }, },--]] orientation = { default = "portrait", supported = {"portrait",} }, iphone = { plist = { CFBundleShortVersionString = "1.0.8", CFBundleDisplayName = "PoopQuest", CFBundleName = "PoopQuest", UIAppFonts = { "OpenSans-Bold.ttf", "OpenSans-Light.ttf", "OpenSans-Regular.ttf", "OpenSans-Semibold.ttf", "Ubuntu-B.ttf", }, 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-40.png", "Icon-Small-40@2x.png", "Icon-Small-40@3x.png", "Icon-Small-50.png", "Icon-Small-50@2x.png", "Icon-Small.png", "Icon-Small@2x.png", "Icon-Small@3x.png" }, MinimumOSVersion = "7.0", UIStatusBarHidden = true, UIPrerenderedIcon = true, UIApplicationExitsOnSuspend = false, UILaunchImages = { { -- iPhone 4 Portrait ["UILaunchImageMinimumOSVersion"] = "7.0", ["UILaunchImageName"] = "Default", ["UILaunchImageOrientation"] = "Portrait", ["UILaunchImageSize"] = "{320, 480}" }, { -- iPhone 4 LandscapeLeft ["UILaunchImageMinimumOSVersion"] = "7.0", ["UILaunchImageName"] = "Default", ["UILaunchImageOrientation"] = "LandscapeLeft", ["UILaunchImageSize"] = "{320, 480}" }, { -- iPhone 4 LandscapeRight ["UILaunchImageMinimumOSVersion"] = "7.0", ["UILaunchImageName"] = "Default", ["UILaunchImageOrientation"] = "LandscapeRight", ["UILaunchImageSize"] = "{320, 480}" }, { -- iPhone 5 Portrait ["UILaunchImageMinimumOSVersion"] = "7.0", ["UILaunchImageName"] = "Default-568h", ["UILaunchImageOrientation"] = "Portrait", ["UILaunchImageSize"] = "{320, 568}" }, { -- iPhone 5 LandscapeLeft ["UILaunchImageMinimumOSVersion"] = "7.0", ["UILaunchImageName"] = "Default-568h", ["UILaunchImageOrientation"] = "LandscapeLeft", ["UILaunchImageSize"] = "{320, 568}" }, { -- iPhone 5 LandscapeRight ["UILaunchImageMinimumOSVersion"] = "7.0", ["UILaunchImageName"] = "Default-568h", ["UILaunchImageOrientation"] = "LandscapeRight", ["UILaunchImageSize"] = "{320, 568}" }, { -- iPad Portrait ["UILaunchImageMinimumOSVersion"] = "7.0", ["UILaunchImageName"] = "Default-Portrait", ["UILaunchImageOrientation"] = "Portrait", ["UILaunchImageSize"] = "{768, 1024}" }, { -- iPad LandscapeLeft ["UILaunchImageMinimumOSVersion"] = "7.0", ["UILaunchImageName"] = "Default-Landscape", ["UILaunchImageOrientation"] = "LandscapeLeft", ["UILaunchImageSize"] = "{768, 1024}" }, { -- iPad LandscapeRight ["UILaunchImageMinimumOSVersion"] = "7.0", ["UILaunchImageName"] = "Default-Landscape", ["UILaunchImageOrientation"] = "LandscapeRight", ["UILaunchImageSize"] = "{768, 1024}" }, { -- iPhone 6 Portrait ["UILaunchImageMinimumOSVersion"] = "8.0", ["UILaunchImageName"] = "Default-667h", ["UILaunchImageOrientation"] = "Portrait", ["UILaunchImageSize"] = "{375, 667}" }, { -- iPhone 6 LandscapeLeft ["UILaunchImageMinimumOSVersion"] = "8.0", ["UILaunchImageName"] = "Default-667h", ["UILaunchImageOrientation"] = "LandscapeLeft", ["UILaunchImageSize"] = "{375, 667}" }, { -- iPhone 6 LandscapeRight ["UILaunchImageMinimumOSVersion"] = "8.0", ["UILaunchImageName"] = "Default-667h", ["UILaunchImageOrientation"] = "LandscapeRight", ["UILaunchImageSize"] = "{375, 667}" }, { -- iPhone 6 Plus Portrait ["UILaunchImageMinimumOSVersion"] = "8.0", ["UILaunchImageName"] = "Default-736h", ["UILaunchImageOrientation"] = "Portrait", ["UILaunchImageSize"] = "{414, 736}" }, { -- iPhone 6 Plus LandscapeLeft ["UILaunchImageMinimumOSVersion"] = "8.0", ["UILaunchImageName"] = "Default-Landscape-736h", ["UILaunchImageOrientation"] = "LandscapeLeft", ["UILaunchImageSize"] = "{414, 736}" }, { -- iPhone 6 Plus LandscapeRight ["UILaunchImageMinimumOSVersion"] = "8.0", ["UILaunchImageName"] = "Default-Landscape-736h", ["UILaunchImageOrientation"] = "LandscapeRight", ["UILaunchImageSize"] = "{414, 736}" }, }, -- Whitelist Facebook Servers for Network Requests NSAppTransportSecurity = { NSAllowsArbitraryLoads = true, NSExceptionDomains = { ["fbcdn.net"] = { NSIncludesSubdomains = true, NSThirdPartyExceptionAllowsInsecureHTTPLoads = true, }, ["facebook.com"] = { NSIncludesSubdomains = true, NSThirdPartyExceptionAllowsInsecureHTTPLoads = true, }, ["akamaihd.net"] = { NSIncludesSubdomains = true, NSThirdPartyExceptionAllowsInsecureHTTPLoads = true, }, ["poopquest.net"] = { NSIncludesSubdomains = true, NSThirdPartyExceptionAllowsInsecureHTTPLoads = true, }, }, }, -- Whitelist Facebook Apps LSApplicationQueriesSchemes = { "fb", "fbapi", "fbapi20130214", "fbapi20130410", "fbapi20130702", "fbapi20131010", "fbapi20131219", "fbapi20140410", "fbapi20140116", "fbapi20150313", "fbapi20150629", "fbauth", "fbauth2", "fb-messenger-api20140430", }, } }, -- Android permissions androidPermissions = { "android.permission.INTERNET", "android.permission.CAMERA", "android.permission.WRITE\_EXTERNAL\_STORAGE", "android.permission.VIBRATE", "android.permission.GET\_ACCOUNTS", "android.permission.RECEIVE\_BOOT\_COMPLETED", "com.google.android.c2dm.permission.RECEIVE", --"com.google.firebase.MESSAGING\_EVENT", ".permission.C2D\_MESSAGE", }, android = { largeHeap = true, versionCode = "8", supportsTV = false, permissions = { { name = ".permission.C2D\_MESSAGE", protectionLevel = "signature" }, --{ name = "com.google.firebase.MESSAGING\_EVENT", protectionLevel = "signature" }, }, usesPermissions = { "android.permission.INTERNET", "android.permission.GET\_ACCOUNTS", "android.permission.RECEIVE\_BOOT\_COMPLETED", "com.google.android.c2dm.permission.RECEIVE", ".permission.C2D\_MESSAGE", --"com.google.firebase.MESSAGING\_EVENT", }, usesFeatures = { "android.permission.RECEIVE\_BOOT\_COMPLETED", { name="android.hardware.camera", required = true }, { name="android.hardware.location", required = false }, { name="android.hardware.location.gps", required = false }, }, } }

The log says it successfully build, but 6 seconds is way too fast for that to happen.

Can you open the Terminal app on your mac and run this command:

defaults write com.coronalabs.Corona\_Simulator debugBuildProcess 2

and if you’re in the simulator, exit and restart it. Then try your build again and see if there is more information in the log that might be helpful.

Thanks

Rob

Sorry for slow reply. Long holiday…

I done some experiment and research then I just found out that…

  1. Before building an Android app, Corona need to zip all Lua files.

  2. Corona will send Login request to WebServices

  3. Then Corona will send build request to WebServices

But in my case there’s no Response back to me…

WebServices: Call: corona.build.7  WebServices: XMLRPC request: 1079615 character body elided

My web request body contains 1M+ characters (a lot of coding)… Please help…

Thankfully,

K. Laebut

Can you produce the entire log?

Rob

This is my log from start Corona to build process
 

Mar 30 11:36:32.761 Activated fonts in 'Lato-Bold.ttf' (Lato-Bold) Mar 30 11:36:32.816 Activated fonts in 'Lato-Regular.ttf' (Lato-Regular) Mar 30 11:36:32.817 Copyright (C) 2009-2017 C o r o n a L a b s I n c . Version: 3.0.0 Build: 2017.3032 Mar 30 11:36:36.048 Activated fonts in 'OpenSans-Bold.ttf' (OpenSans-Bold) Mar 30 11:36:36.071 Activated fonts in 'OpenSans-Light.ttf' (OpenSans-Light) Mar 30 11:36:36.298 Activated fonts in 'OpenSans-Regular.ttf' (OpenSans) Mar 30 11:36:36.352 Activated fonts in 'OpenSans-Semibold.ttf' (OpenSans-Semibold) Mar 30 11:36:36.725 Activated fonts in 'Ubuntu-B.ttf' (Ubuntu-Bold) Mar 30 11:36:36.992 WARNING: issue found in /Users/FooiMac2/Dropbox (FOO)/PoopQuest - Fight/build.settings: Mar 30 11:36:36.993 WARNING: deprecated key: settings.androidPermissions[] (string) Mar 30 11:36:36.993 WARNING: deprecated key: settings.iphone.plist.UIAppFonts[] (string) Mar 30 11:36:36.993 WARNING: unrecognized key: settings.android.neverStripDebugInfo (boolean) Mar 30 11:36:36.993 Copyright (C) 2009-2017 C o r o n a L a b s I n c . Version: 3.0.0 Build: 2017.3032 Mar 30 11:36:37.165 Loading project from: ~/Dropbox (FOO)/PoopQuest - Fight Mar 30 11:36:37.165 Mar 30 11:36:37.171 Project sandbox folder: ~/Library/Application Support/Corona Simulator/PoopQuest - Fight-752883977B54F6A1911B533EDB847605 Mar 30 11:36:37.210 Platform: iPad / x86\_64 / 10.11.6 / AMD Radeon HD 6750M OpenGL Engine / 2.1 ATI-1.42.15 / 2017.3032 / en | US | en\_US | en Mar 30 11:36:43.108 PluginSync: plugin com.coronalabs/plugin.notifications needs to be updated for platform mac-sim to build number: 2542 PluginSync: downloading plugin: http://plugins.coronasphere.com/com.coronalabs/plugin.notifications/2015.2542/mac-sim/plugin.notifications.zip Mar 30 11:36:43.791 Archive: /Users/FooiMac2/Library/Application Support/Corona/Simulator/Plugins/plugin.notifications.zip Mar 30 11:36:43.791 inflating: /Users/FooiMac2/Library/Application Support/Corona/Simulator/Plugins/plugin\_notifications.lua Mar 30 11:36:43.791 Mar 30 11:36:44.748 PluginSync: plugin com.coronalabs/CoronaProvider.native.popup.social needs to be updated for platform mac-sim to build number: 1164 PluginSync: downloading plugin: http://plugins.coronasphere.com/com.coronalabs/CoronaProvider.native.popup.social/2013.1164/mac-sim/CoronaProvider.native.popup.social.zip Mar 30 11:36:45.360 Archive: /Users/FooiMac2/Library/Application Support/Corona/Simulator/Plugins/CoronaProvider.native.popup.social.zip Mar 30 11:36:45.774 inflating: /Users/FooiMac2/Library/Application Support/Corona/Simulator/Plugins/CoronaProvider\_native\_popup\_social.lua Mar 30 11:36:45.775 Mar 30 11:36:47.390 WARNING: main.lua:12: native.setProperty() was given an invalid selector: applicationIconBadgeNumber Mar 30 11:36:47.390 Mar 30 11:37:50.749 Using java version "1.8.0\_45" Java(TM) SE Runtime Environment (build 1.8.0\_45-b14) Java HotSpot(TM) 64-Bit Server VM (build 25.45-b02, mixed mode) Mar 30 11:37:50.899 Picked up JAVA\_TOOL\_OPTIONS: -Duser.language=en Mar 30 11:37:56.430 Picked up JAVA\_TOOL\_OPTIONS: -Duser.language=en Mar 30 11:38:03.176 jar signed. Mar 30 11:38:09.302 Testing credentials for '/Users/FooiMac2/PoopQuest - Fight.keystore': Building android app for [Email Address] with 2017.3032 Mar 30 11:38:18.731 Using custom build id from app bundle: 00000 (AppSettings.lua) Mar 30 11:38:18.731 2017-03-30 11:38:18.730 Corona Simulator[562:6133] logEvent: key: target 2017-03-30 11:38:18.730 Corona Simulator[562:6133] logEvent: key: store Mar 30 11:38:18.973 Note: debug info is not being stripped from application (settings.build.neverStripDebugInfo = true) Mar 30 11:38:31.516 BUILD SUCCESSFUL Total time: 6 seconds Mar 30 11:38:31.516

Can you post your build.settings and perhaps a screen shot of the build screen just before you hit enter (please don’t blur out any fields).

Thanks

Rob

This is my build.setting

settings = { build = { neverStripDebugInfo = false, }, plugins = { ["plugin.notifications"] = { publisherId = "com.coronalabs" }, ["CoronaProvider.native.popup.social"] = { publisherId = "com.coronalabs" }, }, --[[excludeFiles = { all = {}, iphone = { "Icon-\*dpi.png", "music/\*.ogg" }, android = { "Icon.png", "\*@2x.png", "music/\*.m4a" }, },--]] orientation = { default = "portrait", supported = {"portrait",} }, iphone = { plist = { CFBundleShortVersionString = "1.0.8", CFBundleDisplayName = "PoopQuest", CFBundleName = "PoopQuest", UIAppFonts = { "OpenSans-Bold.ttf", "OpenSans-Light.ttf", "OpenSans-Regular.ttf", "OpenSans-Semibold.ttf", "Ubuntu-B.ttf", }, 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-40.png", "Icon-Small-40@2x.png", "Icon-Small-40@3x.png", "Icon-Small-50.png", "Icon-Small-50@2x.png", "Icon-Small.png", "Icon-Small@2x.png", "Icon-Small@3x.png" }, MinimumOSVersion = "7.0", UIStatusBarHidden = true, UIPrerenderedIcon = true, UIApplicationExitsOnSuspend = false, UILaunchImages = { { -- iPhone 4 Portrait ["UILaunchImageMinimumOSVersion"] = "7.0", ["UILaunchImageName"] = "Default", ["UILaunchImageOrientation"] = "Portrait", ["UILaunchImageSize"] = "{320, 480}" }, { -- iPhone 4 LandscapeLeft ["UILaunchImageMinimumOSVersion"] = "7.0", ["UILaunchImageName"] = "Default", ["UILaunchImageOrientation"] = "LandscapeLeft", ["UILaunchImageSize"] = "{320, 480}" }, { -- iPhone 4 LandscapeRight ["UILaunchImageMinimumOSVersion"] = "7.0", ["UILaunchImageName"] = "Default", ["UILaunchImageOrientation"] = "LandscapeRight", ["UILaunchImageSize"] = "{320, 480}" }, { -- iPhone 5 Portrait ["UILaunchImageMinimumOSVersion"] = "7.0", ["UILaunchImageName"] = "Default-568h", ["UILaunchImageOrientation"] = "Portrait", ["UILaunchImageSize"] = "{320, 568}" }, { -- iPhone 5 LandscapeLeft ["UILaunchImageMinimumOSVersion"] = "7.0", ["UILaunchImageName"] = "Default-568h", ["UILaunchImageOrientation"] = "LandscapeLeft", ["UILaunchImageSize"] = "{320, 568}" }, { -- iPhone 5 LandscapeRight ["UILaunchImageMinimumOSVersion"] = "7.0", ["UILaunchImageName"] = "Default-568h", ["UILaunchImageOrientation"] = "LandscapeRight", ["UILaunchImageSize"] = "{320, 568}" }, { -- iPad Portrait ["UILaunchImageMinimumOSVersion"] = "7.0", ["UILaunchImageName"] = "Default-Portrait", ["UILaunchImageOrientation"] = "Portrait", ["UILaunchImageSize"] = "{768, 1024}" }, { -- iPad LandscapeLeft ["UILaunchImageMinimumOSVersion"] = "7.0", ["UILaunchImageName"] = "Default-Landscape", ["UILaunchImageOrientation"] = "LandscapeLeft", ["UILaunchImageSize"] = "{768, 1024}" }, { -- iPad LandscapeRight ["UILaunchImageMinimumOSVersion"] = "7.0", ["UILaunchImageName"] = "Default-Landscape", ["UILaunchImageOrientation"] = "LandscapeRight", ["UILaunchImageSize"] = "{768, 1024}" }, { -- iPhone 6 Portrait ["UILaunchImageMinimumOSVersion"] = "8.0", ["UILaunchImageName"] = "Default-667h", ["UILaunchImageOrientation"] = "Portrait", ["UILaunchImageSize"] = "{375, 667}" }, { -- iPhone 6 LandscapeLeft ["UILaunchImageMinimumOSVersion"] = "8.0", ["UILaunchImageName"] = "Default-667h", ["UILaunchImageOrientation"] = "LandscapeLeft", ["UILaunchImageSize"] = "{375, 667}" }, { -- iPhone 6 LandscapeRight ["UILaunchImageMinimumOSVersion"] = "8.0", ["UILaunchImageName"] = "Default-667h", ["UILaunchImageOrientation"] = "LandscapeRight", ["UILaunchImageSize"] = "{375, 667}" }, { -- iPhone 6 Plus Portrait ["UILaunchImageMinimumOSVersion"] = "8.0", ["UILaunchImageName"] = "Default-736h", ["UILaunchImageOrientation"] = "Portrait", ["UILaunchImageSize"] = "{414, 736}" }, { -- iPhone 6 Plus LandscapeLeft ["UILaunchImageMinimumOSVersion"] = "8.0", ["UILaunchImageName"] = "Default-Landscape-736h", ["UILaunchImageOrientation"] = "LandscapeLeft", ["UILaunchImageSize"] = "{414, 736}" }, { -- iPhone 6 Plus LandscapeRight ["UILaunchImageMinimumOSVersion"] = "8.0", ["UILaunchImageName"] = "Default-Landscape-736h", ["UILaunchImageOrientation"] = "LandscapeRight", ["UILaunchImageSize"] = "{414, 736}" }, }, -- Whitelist Facebook Servers for Network Requests NSAppTransportSecurity = { NSAllowsArbitraryLoads = true, NSExceptionDomains = { ["fbcdn.net"] = { NSIncludesSubdomains = true, NSThirdPartyExceptionAllowsInsecureHTTPLoads = true, }, ["facebook.com"] = { NSIncludesSubdomains = true, NSThirdPartyExceptionAllowsInsecureHTTPLoads = true, }, ["akamaihd.net"] = { NSIncludesSubdomains = true, NSThirdPartyExceptionAllowsInsecureHTTPLoads = true, }, ["poopquest.net"] = { NSIncludesSubdomains = true, NSThirdPartyExceptionAllowsInsecureHTTPLoads = true, }, }, }, -- Whitelist Facebook Apps LSApplicationQueriesSchemes = { "fb", "fbapi", "fbapi20130214", "fbapi20130410", "fbapi20130702", "fbapi20131010", "fbapi20131219", "fbapi20140410", "fbapi20140116", "fbapi20150313", "fbapi20150629", "fbauth", "fbauth2", "fb-messenger-api20140430", }, } }, -- Android permissions androidPermissions = { "android.permission.INTERNET", "android.permission.CAMERA", "android.permission.WRITE\_EXTERNAL\_STORAGE", "android.permission.VIBRATE", "android.permission.GET\_ACCOUNTS", "android.permission.RECEIVE\_BOOT\_COMPLETED", "com.google.android.c2dm.permission.RECEIVE", --"com.google.firebase.MESSAGING\_EVENT", ".permission.C2D\_MESSAGE", }, android = { largeHeap = true, versionCode = "8", supportsTV = false, permissions = { { name = ".permission.C2D\_MESSAGE", protectionLevel = "signature" }, --{ name = "com.google.firebase.MESSAGING\_EVENT", protectionLevel = "signature" }, }, usesPermissions = { "android.permission.INTERNET", "android.permission.GET\_ACCOUNTS", "android.permission.RECEIVE\_BOOT\_COMPLETED", "com.google.android.c2dm.permission.RECEIVE", ".permission.C2D\_MESSAGE", --"com.google.firebase.MESSAGING\_EVENT", }, usesFeatures = { "android.permission.RECEIVE\_BOOT\_COMPLETED", { name="android.hardware.camera", required = true }, { name="android.hardware.location", required = false }, { name="android.hardware.location.gps", required = false }, }, } }

The log says it successfully build, but 6 seconds is way too fast for that to happen.

Can you open the Terminal app on your mac and run this command:

defaults write com.coronalabs.Corona\_Simulator debugBuildProcess 2

and if you’re in the simulator, exit and restart it. Then try your build again and see if there is more information in the log that might be helpful.

Thanks

Rob

Sorry for slow reply. Long holiday…

I done some experiment and research then I just found out that…

  1. Before building an Android app, Corona need to zip all Lua files.

  2. Corona will send Login request to WebServices

  3. Then Corona will send build request to WebServices

But in my case there’s no Response back to me…

WebServices: Call: corona.build.7  WebServices: XMLRPC request: 1079615 character body elided

My web request body contains 1M+ characters (a lot of coding)… Please help…

Thankfully,

K. Laebut