wiki/racecommittee-app-environment.md
... ...
@@ -44,6 +44,12 @@ Install them by
44 44
45 45
./android update sdk --no-ui --all --filter 1,2,3,9,11,15,54,56,61,81,86
46 46
47
+If you are unsure about the components to install, just install everything with
48
+
49
+ ./android update sdk --no-ui --all
50
+
51
+Last but not least make sure that the user executing the build has **full read and write access** to the Android SDK folders.
52
+
47 53
## Maven
48 54
49 55
Currently there is no Maven plugin available for Android 3.2 on the internets (see [Maven Repository](http://mvnrepository.com/artifact/com.google.android/android)). Therefore we had to build the correct plugins by hand and place them into http://maven.sapsailing.com/maven/.