My app don’t work on android 2.2 (Galaxy tab)…
I’m able to build them… and i’m able install them and open the app in my galaxy tab. But after open it doesn’t work! It’s like my screen change function doesn’t work…
Can anyone help me? I can send my code if needed…
Thanks [import]uid: 32005 topic_id: 7049 reply_id: 307049[/import]
There is a known issue with Android device builds in build 268 in which images in subfolders are not loaded. You need to have all your images in the same folder as main.lua. We hope to fix this shortly.
That said, there might be an entirely different reason for what you’re seeing.
Tim [import]uid: 8196 topic_id: 7049 reply_id: 24695[/import]
All My images are in the same folder as my main.lua…
[import]uid: 32005 topic_id: 7049 reply_id: 24700[/import]
Is the problem the same for any project? Can you build and install one of the sample projects? What build of Corona are you using?
Tim [import]uid: 8196 topic_id: 7049 reply_id: 24702[/import]
I Just uploaded the sample pool to my galaxy tab… and the problem is almost the same… the touch functions are not really working… When I touch the screen to try “toss” the ball… I just can’t do it… And then after a while it crashes, just like my app.
I’m using Corona.2011.304.
Bruno [import]uid: 32005 topic_id: 7049 reply_id: 24706[/import]
I also have a project that runs in the NexusOne simulator, but does not run on a NexusOne device. [import]uid: 4596 topic_id: 7049 reply_id: 24775[/import]
I moved all of my lua classes to the same directory as main.lua, and it’s now running on NexusOne just fine. Strange [import]uid: 4596 topic_id: 7049 reply_id: 24776[/import]
Hum… but all my files, images and stuff are in the same directory as my main.lua… I have no subdirectories. [import]uid: 32005 topic_id: 7049 reply_id: 24907[/import]