78c320f015d9ec71d47a02b649d334ff1f23c742
wiki/onboarding.md
| ... | ... | @@ -76,7 +76,7 @@ Copy the settings.xml from the top-level git folder to your ~/.m2 directory and |
| 76 | 76 | |
| 77 | 77 | #### Additional steps required for Android projects |
| 78 | 78 | |
| 79 | -To ensure that all components of the Analysis Suite are working, you should also import all Android projects into your workspace. There are some additional requirements to enable the build process of these projects. |
|
| 79 | +To ensure that all components of the Analysis Suite are working, you should also import all Android projects (mobile/) into your workspace. There are some additional requirements to enable the build process of these projects. |
|
| 80 | 80 | |
| 81 | 81 | 1. Add the Android Development Tools (ADT) plugin to your Eclipse IDE |
| 82 | 82 | - In Eclipse click Help -> Install New Software -> Add and enter https://dl-ssl.google.com/android/eclipse/ |
| ... | ... | @@ -87,6 +87,7 @@ To ensure that all components of the Analysis Suite are working, you should also |
| 87 | 87 | - In Eclipse press Window -> Android SDK Manager |
| 88 | 88 | - Ensure that everything of "Tools" is installed |
| 89 | 89 | - Install everything of "Android 3.2 API 13" |
| 90 | + - Optional: it's a good idea to install the newest API Version |
|
| 90 | 91 | - Install "Android Support Library" (Extras), "Google Play Services" (Extras) and "Google USB Driver" (Extras) |
| 91 | 92 | 3. Import the Android projects into your workspace |
| 92 | 93 | - Android projects can be found in the /mobile subdirectory |