diff options
author | Joey Hess <joey@kitenet.net> | 2013-02-26 00:03:55 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-02-26 00:03:55 -0400 |
commit | cf856f887dc0ec305078ca628839e2a776a8bde4 (patch) | |
tree | 42f68e619bc498aeb92152e5648d2dfc83fff8a0 /doc/install | |
parent | ee3a3e8c9fd7289e03f7cfe2492bd9e7a2821760 (diff) |
Android autobuild
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/Android.mdwn | 28 |
1 files changed, 19 insertions, 9 deletions
diff --git a/doc/install/Android.mdwn b/doc/install/Android.mdwn index 5936bfa7d..ccc9aa1ce 100644 --- a/doc/install/Android.mdwn +++ b/doc/install/Android.mdwn @@ -1,17 +1,25 @@ git-annex can be used on Android, however you need to know your way around -the command line to install and use it. (Hope to get the webapp working eventually.) +the command line to install and use it. (Hope to get the webapp working +eventually.) -## android app +## Android app First, ensure your Android device is configured to allow installation of -non-Market apps. Go to Setup -> Security -> and enable "Unknown Sources". +non-Market apps. Go to Setup -> Security, and enable "Unknown Sources". Download the [git-annex.apk](http://downloads.kitenet.net/git-annex/android/current/) onto your Android device, and open it to install. -When you start the Git Annex app, it will dump you into terminal. -From here, you can run git-annex, as well as many standard git and unix commands -provided with the app. You can do everything in the [[walkthrough]] and more. +When you start the Git Annex app, it will dump you into terminal. From +here, you can run git-annex, as well as many standard git and unix commands +provided with the app. You can do everything in the [[walkthrough]] and +more. + +## autobuilds + +A daily build is also available. + +* [download tarball](http://downloads.kitenet.net/git-annex/autobuild/i386/git-annex-standalone-i386.tar.gz) ([build logs](http://downloads.kitenet.net/git-annex/autobuild/android/)) ## building it yourself @@ -22,6 +30,8 @@ yet an easy process. You also need to install git and all the utilities listed on [[fromscratch]]. -Then to build the full Android app bundle, use `make androidapp`. You will -need to have the Android SDK and NDK installed; edit -`standalone/android/Makefile` to configure the paths to them. +You will need to have the Android SDK and NDK installed; see +`standalone/android/Makefile` to configure the paths to them. You'll also +need ant, and the JDK. + +Then to build the full Android app bundle, use `make androidapp` |