Hello
I’m just finished my first app. I tested it on Samsung Galaxy S and it works fine. After that i was trying lunch it on Lark FreeMe 70.1(android tablet) and it doesn’t work. Durning instalation i get message ‘App must be stoped’(something like that). Then i try lunch simple HelloWorld from sample code. The same result.
How to build apps with corona for tablets? Do i need something special in my configs? This is my config:
[lua]-- config.lua
application =
{
content =
{
width = 320,
height = 480,
scale = “letterbox” – zoom to fill screen, possibly cropping edges
},
}[/lua]
It’s based on sample code from corona sdk. I changed width/height but no success.
Cheers,
Chris [import]uid: 84697 topic_id: 13994 reply_id: 313994[/import]
