wiki/howto/onboarding.md
... ...
@@ -136,7 +136,7 @@ To ensure that all components of the Analysis Suite are working, you should also
136 136
- It is also possible to download the Android SDK separately from the official Google download website. However, as of Revision 25.0.0 of the Android SDK Tools, the SDK Manager became an integrated part of Android Studio. Therefore, Revisions newer than 24.4.1 will not come with a standalone SDK Manager. Since it is absolutely essential if you want to use Eclipse, please download the Android SDK from the following link: [https://dl.google.com/android/installer_r24.4.1-windows.exe](https://dl.google.com/android/installer_r24.4.1-windows.exe)
137 137
2. Setup the Android SDK
138 138
* In Eclipse press Window -> Android SDK Manager
139
- * Install everything of "Tools"
139
+ * Install everything of "Tools" (hint: watchout not to update Android SDK Tools, see note below)
140 140
* Install everything of "Android 3.2 API 13"
141 141
* Install everything of "Android 5.1.1 API 22"
142 142
* From the package "Extras", install "Android Support Repository" **or** "Android Support Library". Additionally install "Google Play Services", "Google Repository" **and** "Google USB Driver".
... ...
@@ -184,7 +184,7 @@ The Android Apps can be built in Android Studio or gradle command line. Android
184 184
* choose "add root" from "Unregistered VCS root detected" (you can add this later, if you missed it)
185 185
3. Setup the Android SDK
186 186
* in Android Studio press Tools -> Android -> SDK Manager
187
- * Install from section "Tools"
187
+ * Install from section "Tools" (hint: carefull not to update
188 188
* Android SDK Tools
189 189
* Android SDK Platform-tools
190 190
* Android SDK Build-tools 22.0.1 (latest version at the time of writing)