Can't build for device

When I am trying to build an app for Android I am getting the following error -

2011-02-08 23:07:46.179 Corona Simulator[40664:903] Connection error: (corona.get) ({
“/kWSHTTPResponseMessage” = {url = http://developer.anscamobile.com/services/xmlrpc; status = HTTP/1.1 200 OK};
})

This is only happening for one app and other apps are building fine so I must have done something odd for this one however the error isn’t really helping. Any ideas?
[import]uid: 5833 topic_id: 6258 reply_id: 306258[/import]

Post your app package name and rough time of build and they’ll look it up for you. If you dont want to do it publically for whatever reason email support.

From what I know some of these will prevent it compiling

  • Build number not being an integer
  • Any files without an extension
    [import]uid: 8872 topic_id: 6258 reply_id: 21641[/import]

Thanks for the info, just checked and all files have extensions and I didn’t change the build number so it can’t be that. I have emailed support the package name, not because it’s all secret or anything just because I figure they have more chance of seeing it that way. [import]uid: 5833 topic_id: 6258 reply_id: 21697[/import]

Yeah cool. It’ll be some wierd obscure bug. Right now they dont return the build errors back so you have to get them to check the build log :confused: [import]uid: 8872 topic_id: 6258 reply_id: 21711[/import]

Returning the errors seems like a good plan, would most likely allow people to solve most of them thus saving time spent by their support staff. [import]uid: 5833 topic_id: 6258 reply_id: 21723[/import]

Graham,

by any chance, do you have files with the same name but a different file extension inside the folder? Because on Android all extensions will be cut off and then you will have a problem with something like this:

shoot.wav
shoot.mp3

You need to make each filename unique without the extension. For an example:

shoot_wav.wav
shoot_mp3.mp3

Cheers
Michael

http://www.whiteskygames.com
http://www.twitter.com/mhartlef [import]uid: 5712 topic_id: 6258 reply_id: 21731[/import]

Hey Mike,

There was a pesky bit of placeholder art that was a .jpg which had been replaced by a .png but the original was still in there. Whoops.

However, I am still getting the error. Are there any other similar things that I might be doing wrong?

Graham [import]uid: 5833 topic_id: 6258 reply_id: 21735[/import]