diff options
author | Joey Hess <joey@kitenet.net> | 2013-09-22 22:23:08 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-09-22 22:23:08 -0400 |
commit | 91b8236c47e5a4368650ab88e519d04a752e1fd8 (patch) | |
tree | d1bb1bfbf422bf68948b42de0e857384c5f4b32c /doc/install | |
parent | 7fbabbed47c2428547b303e96d68e30d6026f257 (diff) |
working on getting make androidapp to work now
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/Android.mdwn | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/install/Android.mdwn b/doc/install/Android.mdwn index 0b7fa25c7..c39d11568 100644 --- a/doc/install/Android.mdwn +++ b/doc/install/Android.mdwn @@ -30,10 +30,3 @@ git-annex can be built from source for Android. this happens. 3. Finally, once the chroot is set up, you can build an Android binary with `make android`, and `make androidapp` will build the complete APK. - -* 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. -* You also need to install git and all the utilities listed on [[fromscratch]], - on the system doing the building. -* Then to build the full Android app bundle, use `make androidapp` |