1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-03 17:50:11 +02:00

Improved the documentation for 'oldsdkloc' option

This commit is contained in:
Ciaran Gultnieks 2011-01-15 13:19:02 +00:00
parent c9fef1d9d9
commit 1b71121a20

7
README
View File

@ -128,7 +128,12 @@ configuration to the build. These are:
bin subdirectory below the ant build files. If the project
is configured to put it elsewhere, that can be specified
here, relative to the base of the checked out repo..
oldsdkloc=yes - The sdk location in the repo is in an old format
oldsdkloc=yes - The sdk location in the repo is in an old format, or the
build.xml is expecting such. The 'new' format is sdk.dir
while the VERY OLD format is sdk-location. Typically, if
you get a message along the lines of:
"com.android.ant.SetupTask cannot be found"
when trying to build, then try enabling this option.
target=<target> - Specifies a particular SDK target, when the source doesn't.
This is likely to cause the whole build.xml to be rewritten,
which is fine if it's a 'standard' android file or doesn't