# added generated files to ignore

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