f01b801f26ab93fae661376cc982a71a82596282
.gitignore
| ... | ... | @@ -25,4 +25,7 @@ java/com.sap.sailing.simulator/bin/com/sap/sailing/simulator/Simulator.gwt.xml |
| 25 | 25 | /mobile/google-play-services_lib/bin/*
|
| 26 | 26 | |
| 27 | 27 | /mobile/com.sap.sailing.racecommittee.app/res/values/keys.xml
|
| 28 | -/mobile/google-play-services_lib/gen/* |
|
| ... | ... | \ No newline at end of file |
| 0 | +/mobile/google-play-services_lib/gen/*
|
|
| 1 | +/mobile/google-play-services_lib/gen/com/google/android/gms/BuildConfig.java
|
|
| 2 | +/mobile/com.sap.sailing.racecommittee.app/project.properties
|
|
| 3 | +/mobile/com.sap.sailing.racecommittee.glue/project.properties
|
mobile/com.sap.sailing.racecommittee.app/project.properties
| ... | ... | @@ -1,16 +0,0 @@ |
| 1 | -# This file is automatically generated by Android Tools. |
|
| 2 | -# Do not modify this file -- YOUR CHANGES WILL BE ERASED! |
|
| 3 | -# |
|
| 4 | -# This file must be checked in Version Control Systems. |
|
| 5 | -# |
|
| 6 | -# To customize properties used by the Ant build system edit |
|
| 7 | -# "ant.properties", and override values to adapt the script to your |
|
| 8 | -# project structure. |
|
| 9 | -# |
|
| 10 | -# To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home): |
|
| 11 | -#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt |
|
| 12 | - |
|
| 13 | -# Project target. |
|
| 14 | -target=Google Inc.:Google APIs:13 |
|
| 15 | -android.library.reference.1=..\\google-play-services_lib |
|
| 16 | -android.library.reference.2=../com.sap.sailing.racecommittee.glue |
mobile/com.sap.sailing.racecommittee.glue/project.properties
| ... | ... | @@ -1,16 +0,0 @@ |
| 1 | -# This file is automatically generated by Android Tools. |
|
| 2 | -# Do not modify this file -- YOUR CHANGES WILL BE ERASED! |
|
| 3 | -# |
|
| 4 | -# This file must be checked in Version Control Systems. |
|
| 5 | -# |
|
| 6 | -# To customize properties used by the Ant build system edit |
|
| 7 | -# "ant.properties", and override values to adapt the script to your |
|
| 8 | -# project structure. |
|
| 9 | -# |
|
| 10 | -# To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home): |
|
| 11 | -#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt |
|
| 12 | - |
|
| 13 | -# Project target. |
|
| 14 | -target=android-13 |
|
| 15 | -android.library=true |
|
| 16 | - |
mobile/google-play-services_lib/gen/com/google/android/gms/BuildConfig.java
| ... | ... | @@ -1,6 +0,0 @@ |
| 1 | -/** Automatically generated file. DO NOT MODIFY */ |
|
| 2 | -package com.google.android.gms; |
|
| 3 | - |
|
| 4 | -public final class BuildConfig { |
|
| 5 | - public final static boolean DEBUG = true; |
|
| 6 | -} |
|
| ... | ... | \ No newline at end of file |
wiki/onboarding.md
| ... | ... | @@ -82,7 +82,7 @@ To ensure that all components of the Analysis Suite are working, you should also |
| 82 | 82 | - In Eclipse click Help -> Install New Software -> Add and enter https://dl-ssl.google.com/android/eclipse/
|
| 83 | 83 | - Select the Developer Tools and install
|
| 84 | 84 | - After restarting Eclipse the "Welcome to Android Development" window should help you with installing the Android SDK
|
| 85 | - - You can download the Android SDK seperatly from http://developer.android.com/sdk/index.html ("Use an existing IDE")
|
|
| 85 | + - It is also possible to download the Android SDK separately from http://developer.android.com/sdk/index.html ("Use an existing IDE")
|
|
| 86 | 86 | 2. Setup the Android SDK
|
| 87 | 87 | - In Eclipse press Window -> Android SDK Manager
|
| 88 | 88 | - Ensure that everything of "Tools" is installed
|
| ... | ... | @@ -98,4 +98,5 @@ To deploy an Android project (for example com.sap.sailing.racecommittee.app) to |
| 98 | 98 | - You can check if the device is detected correctly by checking the "Devices" tab of the "DDMS" Eclipse perspective.
|
| 99 | 99 | 2. Start a run configuration of the project
|
| 100 | 100 | 3. Select your attached device in the device selection screen
|
| 101 | -4. The app should be started after deployment |
|
| ... | ... | \ No newline at end of file |
| 0 | +4. The app should be started after deployment
|
|
| 1 | +
|