Build for Android - Connection Error

I get this error when I try to build for Android…
2011-02-17 13:11:42.102 Corona Simulator[77353:903] Connection error: (corona.get) ({
“/kWSHTTPResponseMessage” = “{url = http://developer.anscamobile.com/services/xmlrpc; status = HTTP/1.1 200 OK}”;
})
I have no matching file names either…

Thanks,
Ross [import]uid: 9163 topic_id: 6737 reply_id: 306737[/import]

Send in the build name and time, and they’ll check for you. Or jump on irc (freenode / #corona), sometimes sean is around and can tell you right away [import]uid: 8872 topic_id: 6737 reply_id: 23521[/import]

Make sure versionCode is set to an integer. like:

android =
{
versionCode = “1”,
}

I got that error because of a confusion with versionName before.

-Angelo [import]uid: 12822 topic_id: 6737 reply_id: 23785[/import]