Buid Error on Android target.

I there.
I’m trying to build for Android a very small project and I always get this error.

Any clues???

2011-03-22 02:44:58.679 Corona Simulator[6566:903] Connection error: (corona.get) ({
“/kWSHTTPResponseMessage” = “{url = http://developer.anscamobile.com/services/xmlrpc; status = HTTP/1.1 200 OK}”;
})
[import]uid: 13114 topic_id: 8108 reply_id: 308108[/import]

do you have files that are the same name but end with different extension?

C [import]uid: 24 topic_id: 8108 reply_id: 28998[/import]

Yes I have (a lot of).

Is there a issue?
[import]uid: 13114 topic_id: 8108 reply_id: 29004[/import]

I have changed all files to avoid comon filenames and now I have none… but the issue remains.
Is there a limitation on the number of files ou size of project?
(for Android device).

Regards [import]uid: 13114 topic_id: 8108 reply_id: 29067[/import]

Android has a bug that if you have more than 512 files it would break. Android 2.2 and below. We have a fix for that in the daily builds.

C. [import]uid: 24 topic_id: 8108 reply_id: 29069[/import]

Just checked the number of files and is OK.

Is there any limitation on the number of characters per filename or problems with files with names starting with character?

NOTE: This only happens when generating for Android output.

Samad [import]uid: 13114 topic_id: 8108 reply_id: 29072[/import]

Can you give me a little more info? what’s the package name of the app you’ve been building? [import]uid: 3 topic_id: 8108 reply_id: 29081[/import]

I have already tested some different short and long names and never result.
Can I send you the project for you to check there?

[import]uid: 13114 topic_id: 8108 reply_id: 29089[/import]

I have done a lote of work here trying to find the source for this issue.
And I think I found.
Since there is a restriction in having files in directories I put all the files in the project root file.
And I add a initial “_” to those files that should be in the directories.

Everything works fine will all files except for mp3 files with a name starting with an “_”.

Is this a limitation in building the package or is it a bug?

Regards [import]uid: 13114 topic_id: 8108 reply_id: 29271[/import]