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?

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

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.

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 :/

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.

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

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

views:1789 update:2011/10/9 9:57:41
corona forums © 2003-2011