Build error

This has to be one of the most unhelpful error messages …

2011-06-02 13:43:56.407 Corona Simulator[60584:903] Connection error: (corona.get) ({
“/kWSHTTPResponseMessage” = “{url = http://developer.anscamobile.com/services/xmlrpc; status = HTTP/1.1 200 OK}”;
})

As suggested by Carlos elsewhere, I’ve checked and removed duplicate file names (i.e. those with different extensions), but still keep getting this error message.

Everything works OK in the simulator and for iOS builds.

Help!

Stefan [import]uid: 2646 topic_id: 10778 reply_id: 310778[/import]

If I remove all of my audio files (which are in mp3 format, with the mp3 suffix) then I can get the app to build.

Why should this be and what should I do to get audio files working?

Stefan [import]uid: 2646 topic_id: 10778 reply_id: 39520[/import]

Are your audio files in sub folders? Android builds only support audio files in the root folder of your project. [import]uid: 27965 topic_id: 10778 reply_id: 39521[/import]

All my files are at the root level.

Could it be anything to do with the format of the audio files? I have successfully built another project but the audio does not play on the device, although it is OK in the simulator. [import]uid: 2646 topic_id: 10778 reply_id: 39533[/import]

It is possible that Androids audio API can’t properly play audio with the encoder settings you used. Maybe try lowering the bitrate and if the audio is stereo change to mono. I’m also not sure if having a constant bitrate or variable bitrate would make any difference. You could also try converting to .wav format. Have you read the audio notes?
http://developer.anscamobile.com/partner/audionotes
[import]uid: 27965 topic_id: 10778 reply_id: 39537[/import]