mention that there are log files.

This commit is contained in:
David Black 2013-07-14 22:15:12 +01:00
parent 842a079724
commit 24578eb1cb

View file

@ -307,7 +307,7 @@ This attempts to build version code 16 (which is version 0.25) of the F-Droid
client. Many of the tools recognise this @code{--package} parameter, allowing client. Many of the tools recognise this @code{--package} parameter, allowing
their activity to be limited to just a single package. their activity to be limited to just a single package.
If the build above was succesful, two files will have been placed in the If the build above was successful, two files will have been placed in the
@code{unsigned} directory: @code{unsigned} directory:
@example @example
@ -341,6 +341,10 @@ Along similar lines (and only in conjunction with @code{--test}, you can use
that was found to contain ELFs or known non-free libraries, where normally it that was found to contain ELFs or known non-free libraries, where normally it
would be completely ignored. would be completely ignored.
If the build was unsuccessful, you can find out why by looking at the output
in the logs/ directory. If that isn't illuminating, try building the app the
regular way, step by step: android update project, ndk-build, ant debug.
@section Direct Installation @section Direct Installation