Hi,
I also encounter the same problem with the latest public release 2014.2381,
I cannot build on android platform, iOS platform works fine.
This is the error message i got when build on android:
Unknown connection error occurred during build.
If you are not connecting to the internet directly (for example, you connect via a proxy server) you might want to try a direct connection to see if that solves the problem.
Check the console for more information.
and the error in the console:
2014-08-05 08:36:10.896 Corona Simulator[435:707] Connection error: (corona.build.6) fault(/CFStreamFault)
2014-08-05 08:36:10.896 Corona Simulator[435:707] Connection error: (corona.build.6) ({
“/FaultCode” = “-65794”;
“/FaultExtra” = {
domain = “-1”;
error = “-65795”;
msg = “No valid XML data in response”;
};
“/FaultString” = “/CFStreamFault”;
“/WSDebugInHeaders” = {
};
“/kWSHTTPResponseMessage” = “<CFHTTPMessageRef 0x7fc1a574b460(0x7fc1a574b470)> { simple response, url = http://developer.coronalabs.com/services/xmlrpc, body = 0 bytes }”;
“/kWSResultIsFault” = 1;
})
I hope it can help the corona team to find the problem.
As for my build.settings, it is very similar with mioastudio’s build.settings:
[lua]
settings = {
orientation = {
default = “landscapeRight”,
supported = { “landscapeRight”, }
},
iphone = {
plist = {
UIStatusBarHidden = false,
UIPrerenderedIcon = true, – set to false for “shine” overlay
}
},
plugins =
{
[“plugin.google.play.services”] =
{
publisherId = “com.coronalabs”
},
},
}
[/lua]
Please kindly help.
Thanks & Best Regards,
mintymint