Application corrupted

Hi,
i have a strange problem. When i try to use the tabbar example all works properly, but if i had this line of code ( to screen1.lua ):

require(“slideView”)
require(“scrollview”)
–import the button events library
require(“ui”)
–import the table view library
require(“tableView”)

the application doesn’t works and i have an error like ‘the application has been corrupted’. I would say that the application works properly on the simualtor, the problem raise when i load the .apk to my Galaxy S.

In the same directory of screen1.lua i copied slideView.lua and the other files…

If you want help me please download my project:

http://www.megaupload.com/?d=W46TYPI1

Could someone help me please?

Many Thanks

Alberto [import]uid: 66600 topic_id: 15893 reply_id: 315893[/import]

1.See if all your external module files and sound files are in the root directory and not in some sub folder

3.Check if the filenames of required files are correct.
Note that the file names are case-sensitive.If you have slideview.lua and require “SlideView” it throws an error.

[import]uid: 64174 topic_id: 15893 reply_id: 58821[/import]

Don’t know for sure but some users had this problem with some late builds of Corona SDK together with later Android versions - AFAIR 2.3.2 as an example. Try to use another Corona build and/or read the forum about it. [import]uid: 70114 topic_id: 15893 reply_id: 58842[/import]