default.properties
changeset 226 e19e8aba0dd2
parent 140 f36049828552
child 234 b539dc53b9c7
equal deleted inserted replaced
225:cb15bad7d9ca 226:e19e8aba0dd2
     5 # 
     5 # 
     6 # To customize properties used by the Ant build system use,
     6 # To customize properties used by the Ant build system use,
     7 # "build.properties", and override values to adapt the script to your
     7 # "build.properties", and override values to adapt the script to your
     8 # project structure.
     8 # project structure.
     9 
     9 
    10 # Project target.
       
    11 target=android-3
       
    12 # apk configurations. This property allows creation of APK files with limited
    10 # apk configurations. This property allows creation of APK files with limited
    13 # resources. For example, if your application contains many locales and
    11 # resources. For example, if your application contains many locales and
    14 # you wish to release multiple smaller apks instead of a large one, you can
    12 # you wish to release multiple smaller apks instead of a large one, you can
    15 # define configuration to create apks with limited language sets.
    13 # define configuration to create apks with limited language sets.
    16 # Format is a comma separated list of configuration names. For each
    14 # Format is a comma separated list of configuration names. For each
    18 # include. Example:
    16 # include. Example:
    19 #     apk-configurations=european,northamerica
    17 #     apk-configurations=european,northamerica
    20 #     apk-config-european=en,fr,it,de,es
    18 #     apk-config-european=en,fr,it,de,es
    21 #     apk-config-northamerica=en,es
    19 #     apk-config-northamerica=en,es
    22 apk-configurations=
    20 apk-configurations=
       
    21 # Project target.
       
    22 target=android-3