Skip to content

Commit

Permalink
Initial iosched 2013 snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Nurik committed Jul 31, 2013
1 parent a8a37f8 commit ac2ec5c
Show file tree
Hide file tree
Showing 1,169 changed files with 39,155 additions and 70,381 deletions.
21 changes: 18 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,32 @@
bin/
gen/
out/
build/

# Local configuration file (sdk path, etc)
local.properties

# Eclipse project files
.classpath
.project

# Windows thumbnail db
.DS_Store

# Idea non-crucial project fileS
*.idea
*.iws
# IDEA/Android Studio project files, because
# the project can be imported from settings.gradle
.idea
*.iml

# Old-style IDEA project files
*.ipr
*.iws

# Local IDEA workspace
.idea/workspace.xml

# Gradle cache
.gradle

# Sandbox stuff
_sandbox
Expand Down
40 changes: 40 additions & 0 deletions BUILDING.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
This is a Gradle-based project that works best with Android Studio:

http://developer.android.com/sdk/installing/studio.html


To build the app:

1) Install the following software:

- Android SDK:
http://developer.android.com/sdk/index.html

- Gradle:
http://www.gradle.org/downloads

- Android Studio (optional):
http://developer.android.com/sdk/installing/studio.html

2) Run the Android SDK Manager by pressing the SDK Manager toolbar button
in Android Studio or by running the 'android' command in a terminal
window.

3) In the Android SDK Manager, ensure that the following are installed:

- Android 4.3 > SDK Platform
- Extras > Android Support Repository
- Extras > Android Support Library
- Extras > Google Play services

4) Import the project in Android Studio:

i. Press File > Import Project
ii. Navigate to and choose the settings.gradle file in this project
iii. Press OK

5) Choose Build > Make Project in Android Studio or run the following command
in the project root directory:

./gradlew clean assembleDebug

8 changes: 0 additions & 8 deletions android/.classpath

This file was deleted.

33 changes: 0 additions & 33 deletions android/.project

This file was deleted.

Loading

0 comments on commit ac2ec5c

Please sign in to comment.