Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# built application files
*.apk
*.ap_

# files for the dex VM
*.dex

# Java class files
*.class

# generated files
bin/
gen/

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

.settings

# Proguard folder generated by Eclipse
proguard/
1 change: 0 additions & 1 deletion android-project-test/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@
<classpathentry kind="lib" path="libs/junit.jar"/>
<classpathentry kind="lib" path="libs/maps.jar"/>
<classpathentry kind="lib" path="libs/robolectric-with-dependencies.jar"/>
<classpathentry kind="var" path="CLASSPATH"/>
<classpathentry kind="output" path="bin"/>
</classpath>
12 changes: 0 additions & 12 deletions android-project-test/.settings/org.eclipse.jdt.core.prefs

This file was deleted.

Binary file not shown.
Binary file not shown.
1 change: 1 addition & 0 deletions android-project/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
<classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="gen"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>
Binary file removed android-project/bin/android-project.apk
Binary file not shown.
Binary file removed android-project/bin/classes.dex
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed android-project/bin/resources.ap_
Binary file not shown.
23 changes: 0 additions & 23 deletions android-project/gen/com/justinschultz/androidproject/R.java

This file was deleted.