2ef14a3d18d6911c3509782c39ec0bfabf3bfcbd
wiki/howto/onboarding.md
| ... | ... | @@ -134,10 +134,10 @@ To ensure that all components of the Analysis Suite are working, you should also |
| 134 | 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 | - * Ensure that everything of "Tools" is installed |
|
| 137 | + * Install everything of "Tools" |
|
| 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) **or** alternatively "Android Support Library" (Extras). Additionally install "Google Play Services" (Extras) **and** "Google USB Driver" (Extras) |
|
| 140 | + * From the package "Extras", install "Android Support Repository" **or** "Android Support Library". Additionally install "Google Play Services", "Google Repository" **and** "Google USB Driver". |
|
| 141 | 141 | * Please note that versions of the Android SDK Build Tools from 24.0.0 onwards might cause problems for your Eclipse IDE. The same goes for API versions from 24 onwards. If you get errors containing the message "refusing to generate code from aidl file defining parcelable", a workaround for now is to uninstall these newer versions of the Build Tools and the API. In the future however, this temporary solution may not be available anymore for compability reasons. |
| 142 | 142 | 3. Import the Android projects into your workspace |
| 143 | 143 | * Android projects can be found in the /mobile subdirectory |