diff options
| author | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2010-11-06 17:32:52 +0000 |
|---|---|---|
| committer | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2010-11-06 17:32:52 +0000 |
| commit | ab9caead92eb104d30128b7b6c250dae04406850 (patch) | |
| tree | e771b0b301efa71170fe2eb7c496434f402f8222 /android/README | |
| parent | df1ec391ffd625f64e08f70a53dbf56efed4bbb4 (diff) | |
| download | rockbox-ab9caead92eb104d30128b7b6c250dae04406850.zip rockbox-ab9caead92eb104d30128b7b6c250dae04406850.tar.gz rockbox-ab9caead92eb104d30128b7b6c250dae04406850.tar.bz2 rockbox-ab9caead92eb104d30128b7b6c250dae04406850.tar.xz | |
Android: add a script which allows headless installation of the Android tools required for compilation
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28525 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'android/README')
| -rw-r--r-- | android/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/README b/android/README index 8f0a85c..99f33ae 100644 --- a/android/README +++ b/android/README @@ -3,7 +3,7 @@ application for android. * Prerequisites -Download and install the Android SDK[1] and NDK[2]. +Download and install the Android SDK[1] and NDK[2], or run installToolchain.sh. After you extracted the SDK, you need to run <sdk-dir>/tools/android in order to install the actual platform sdk from the available packages tab (SDK Platform Android 1.5 or above should work). |