mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
more about target parameter in the manual
This commit is contained in:
parent
e30d89ae31
commit
f27c7865d4
1 changed files with 8 additions and 4 deletions
|
@ -738,10 +738,14 @@ is sdk-location. Typically, if you get a message along the lines of:
|
||||||
try enabling this option.
|
try enabling this option.
|
||||||
|
|
||||||
@item target=<target>
|
@item target=<target>
|
||||||
Specifies a particular SDK target, when the source doesn't. This is
|
Specifies a particular SDK target for compilation, overriding the
|
||||||
likely to cause the whole build.xml to be rewritten, which is fine if
|
project.properties of the app and possibly sub-projects. Note that this does
|
||||||
it's a 'standard' android file or doesn't already exist, but not a
|
not change the target SDK in the AndroidManifest.xml — the level of features
|
||||||
good idea if it's heavily customised.
|
that can be included in the build. 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
|
||||||
|
already exist, but not a good idea if it's heavily customised. If you get an
|
||||||
|
error about invalid target, first try @code{init=rm -rf bin/}; otherwise this
|
||||||
|
parameter should do the trick.
|
||||||
|
|
||||||
@item update=xxx
|
@item update=xxx
|
||||||
By default, 'android update project' is used to generate or update the
|
By default, 'android update project' is used to generate or update the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue