Android build fails -- at SERVER

I get the following errors when I try to build for Android:

2011-04-14 13:57:12.998 Corona Simulator[29416:903] Connection error: (corona.get) ({
“/kWSHTTPResponseMessage” = {url = http://developer.anscamobile.com/services/xmlrpc; status = HTTP/1.1 200 OK};
})

Been happening since some time yesterday. [import]uid: 4993 topic_id: 8902 reply_id: 308902[/import]

I don’t know why, but the issue was resolved when I took out the extra sound file types.

I had started with six .wav files. I converted them to both .ogg and .mp3. I left all of them in the build directory. When I removed the .wav and .ogg files, the app built.

S. [import]uid: 4993 topic_id: 8902 reply_id: 32501[/import]

Are you using build 484?
Android may not contain “Res” files with the same basename, e.g.
boom.wav
boom.mp3

We added validation checks in 484 to alert you to this problem.
[import]uid: 7563 topic_id: 8902 reply_id: 32533[/import]