mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
Improved the documentation for 'oldsdkloc' option
This commit is contained in:
parent
c9fef1d9d9
commit
1b71121a20
1 changed files with 6 additions and 1 deletions
7
README
7
README
|
@ -128,7 +128,12 @@ configuration to the build. These are:
|
||||||
bin subdirectory below the ant build files. If the project
|
bin subdirectory below the ant build files. If the project
|
||||||
is configured to put it elsewhere, that can be specified
|
is configured to put it elsewhere, that can be specified
|
||||||
here, relative to the base of the checked out repo..
|
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.
|
target=<target> - Specifies a particular SDK target, when the source doesn't.
|
||||||
This is likely to cause the whole build.xml to be rewritten,
|
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
|
which is fine if it's a 'standard' android file or doesn't
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue