From: David Black Date: Sun, 14 Jul 2013 21:15:12 +0000 (+0100) Subject: mention that there are log files. X-Git-Tag: 0.1~497 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=24578eb1cbd085a1b08ae98ca550f4571304a70e;p=fdroidserver.git mention that there are log files. --- diff --git a/docs/fdroid.texi b/docs/fdroid.texi index c17f33d6..72b2df65 100644 --- a/docs/fdroid.texi +++ b/docs/fdroid.texi @@ -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 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: @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 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