[FE training-materials-updates] Make a bit more explicit that we don't need to download the sdk

Maxime Ripard maxime.ripard at free-electrons.com
Mon Nov 19 14:50:12 CET 2012


Repository : git://git.free-electrons.com/training-materials.git

On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=4533b395f6c52330c31912f31cf75d4c1419b93b

>---------------------------------------------------------------

commit 4533b395f6c52330c31912f31cf75d4c1419b93b
Author: Maxime Ripard <maxime.ripard at free-electrons.com>
Date:   Mon Nov 19 14:47:10 2012 +0100

    Make a bit more explicit that we don't need to download the sdk
    
    Signed-off-by: Maxime Ripard <maxime.ripard at free-electrons.com>


>---------------------------------------------------------------

4533b395f6c52330c31912f31cf75d4c1419b93b
 labs/android-adb/android-adb.tex |   20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)

diff --git a/labs/android-adb/android-adb.tex b/labs/android-adb/android-adb.tex
index 5bf8540..8dec665 100644
--- a/labs/android-adb/android-adb.tex
+++ b/labs/android-adb/android-adb.tex
@@ -14,15 +14,17 @@ Stay in the the \code{/home/<user>/felabs/android/linaro} directory.
 
 \section{Get ADB}
 
-ADB is distributed by Google as part of their SDK for Android. First,
-you need to go to
-\url{http://developer.android.com/sdk/}. Get the SDK for
-Linux, and extract the archive that you downloaded.
-
-Now, run the \code{tools/android} script, and in the \code{Packages}
-window, select \code{Android SDK Platform-tools} under \code{Tools},
-unselect all the other packages, and click on the \code{Install 1 package...} button.
-Once you are done, you have \code{adb} installed in \code{./platform-tools/adb}.
+ADB is usually distributed by Google as part of their SDK for Android.
+
+If you were willing to use it, you would first need to go to
+\url{http://developer.android.com/sdk/} to get the SDK for Linux, and
+extract the archive that you downloaded.
+
+Then, you would run the \code{tools/android} script, and in the
+\code{Packages} window, select \code{Android SDK Platform-tools} under
+\code{Tools}, unselect all the other packages, and click on the
+\code{Install 1 package...} button.  Once done, you would have
+\code{adb} installed in \code{./platform-tools/adb}.
 
 However, the Android source code also has an embedded SDK, so you
 already have the \code{adb} binary in the \code{out/host/linux-x86/bin/}.



More information about the training-materials-updates mailing list