wiki/onboarding.md
... ...
@@ -72,4 +72,30 @@ Copy the settings.xml from the top-level git folder to your ~/.m2 directory and
72 72
73 73
#### Further hints
74 74
- Configure Eclipse to use Chrome or Firefox as the default browser
75
-- Install the GWT Browser Plugin (Chrome or Firefox) for the GWT Development mode
... ...
\ No newline at end of file
0
+- Install the GWT Browser Plugin (Chrome or Firefox) for the GWT Development mode
1
+
2
+#### Additional steps required for Android projects
3
+
4
+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.
5
+
6
+1. Add the Android Development Tools (ADT) plugin to your Eclipse IDE
7
+ - In Eclipse click Help -> Install New Software -> Add and enter https://dl-ssl.google.com/android/eclipse/
8
+ - Select the Developer Tools and install
9
+ - After restarting Eclipse the "Welcome to Android Development" window should help you with installing the Android SDK
10
+ - You can download the Android SDK seperatly from http://developer.android.com/sdk/index.html ("Use an existing IDE")
11
+2. Setup the Android SDK
12
+ - In Eclipse press Window -> Android SDK Manager
13
+ - Ensure that everything of "Tools" is installed
14
+ - Install everything of "Android 3.2 API 13"
15
+ - Install "Android Support Library" (Extras), "Google Play Services" (Extras) and "Google USB Driver" (Extras)
16
+3. Import the Android projects into your workspace
17
+ - Android projects can be found in the /mobile subdirectory
18
+
19
+To deploy an Android project (for example com.sap.sailing.racecommittee.app) to a device
20
+1. Plug-in the device
21
+ - Development mode must be enabled on the device
22
+ - For certain device/OS combinations additional device drivers are needed
23
+ - You can check if the device is detected correctly by checking the "Devices" tab of the "DDMS" Eclipse perspective.
24
+2. Start a run configuration of the project
25
+3. Select your attached device in the device selection screen
26
+4. The app should be started after deployment
... ...
\ No newline at end of file