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

you can give the permissions in build.settings file.
a typical setting for Android will look like this

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
settings =
{
        android =
        {
                versionCode = "3"
        },
    
        androidPermissions =
        {
                "android.permission.ACCESS_FINE_LOCATION",
                "android.permission.INTERNET"
        },
    
        orientation =
        {
                default = "landscape"
        },
}

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

views:1271 update:2011/10/7 17:24:19
corona forums © 2003-2011