90084c1580f6afa70f2ce08aff0c4d449a614cad
wiki/howto/onboarding.md
| ... | ... | @@ -137,7 +137,8 @@ To ensure that all components of the Analysis Suite are working, you should also |
| 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) or alternatively "Android Support Library" (Extras). Additionally install "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 | + * 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. |
|
| 141 | 142 | 3. Import the Android projects into your workspace |
| 142 | 143 | * Android projects can be found in the /mobile subdirectory |
| 143 | 144 |