wiki/howto/onboarding.md
... ...
@@ -130,14 +130,14 @@ To ensure that all components of the Analysis Suite are working, you should also
130 130
1. Add the Android Development Tools (ADT) plugin to your Eclipse IDE
131 131
- In Eclipse click Help -> Install New Software -> Add and enter https://dl-ssl.google.com/android/eclipse/
132 132
- Select the Developer Tools and install
133
- - After restarting Eclipse the "Welcome to Android Development" window should help you with installing the Android SDK
134
- - It is also possible to download the Android SDK separately from https://developer.android.com/studio/index.html#downloads ("Use an existing IDE")
133
+ - After restarting Eclipse the "Welcome to Android Development"-window should help you with installing the Android SDK
134
+ - 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
135 135
2. Setup the Android SDK
136 136
* In Eclipse press Window -> Android SDK Manager
137 137
* Ensure that everything of "Tools" is installed
138 138
* Install everything of "Android 3.2 API 13"
139 139
* Install everything of "Android 5.1.1 API 22"
140
- * Install "Android Support Repository" (Extras), "Google Repository" (Extras), "Google Play Services" (Extras) and "Google USB Driver" (Extras)
140
+ * Install "Android Support Repository" (Extras) or alternatively "Android Support Library" (Extras). Additionally install "Google Play Services" (Extras) and "Google USB Driver" (Extras)
141 141
3. Import the Android projects into your workspace
142 142
* Android projects can be found in the /mobile subdirectory
143 143