Newbie Question

Hello

I’m new in Android market… I have only worked with iOS
how can I post my app in android market, and I read in somewhere that I need to put some permisions in my code right?

I’m really don’t know what i need to do to be able to use android in my app’s too

if someone can give me a help with this

Thank you [import]uid: 23063 topic_id: 13898 reply_id: 313898[/import]

you can give the permissions in build.settings file.
a typical setting for Android will look like this
[lua]settings =
{
android =
{
versionCode = “3”
},

androidPermissions =
{
“android.permission.ACCESS_FINE_LOCATION”,
“android.permission.INTERNET”
},

orientation =
{
default = “landscape”
},
}[/lua]

hope this helps [import]uid: 71210 topic_id: 13898 reply_id: 51057[/import]

i read in somewhere that i need to put ‘10’ in version to in android market shows "version 1.0 "

thats right?

and I dont need to put anything else in my code to compile to android too?
just this permissions?
and another thing… “android.permission.ACCESS_FINE_LOCATION” with this i will be able to acess and create an txt file right? to make some saves in my game

and how can I compile to android and put in android market?

sorry for alot of questions but i need to know

thank you [import]uid: 23063 topic_id: 13898 reply_id: 51123[/import]