git-annex/doc/install/Android.mdwn

32 lines
1.2 KiB
Text
Raw Normal View History

2013-05-03 16:29:52 +00:00
Now git-annex can be used on Android!
[[Documentation for using git-annex on Android|/android]]
2013-02-13 18:32:16 +00:00
2013-02-26 04:03:55 +00:00
## Android app
2013-02-13 18:32:16 +00:00
2013-05-03 16:29:52 +00:00
First, ensure your Android device is configured to allow installation
of the app. Go to Setup -> Security, and enable "Unknown Sources".
2013-02-13 18:32:16 +00:00
2013-05-03 16:29:52 +00:00
[Download the git-annex.apk](http://downloads.kitenet.net/git-annex/android/current/)
2013-02-21 20:57:28 +00:00
onto your Android device, and open it to install.
2013-02-13 18:32:16 +00:00
2013-02-26 04:03:55 +00:00
## autobuilds
A daily build is also available.
* [download apk](http://downloads.kitenet.net/git-annex/autobuild/android/git-annex.apk) ([build logs](http://downloads.kitenet.net/git-annex/autobuild/android/))
2013-02-13 18:32:16 +00:00
## building it yourself
2013-03-01 05:27:56 +00:00
git-annex can be built for Android, with `make android`. It's not an easy
process:
* First, install <https://github.com/neurocyte/ghc-android>.
* 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.
* In `standalone/android/`, run `install-haskell-packages native`
2013-05-08 20:18:27 +00:00
* You also need to install git and all the utilities listed on [[fromscratch]],
on the system doing the building.
2013-03-01 05:27:56 +00:00
* Then to build the full Android app bundle, use `make androidapp`