Skip to content

Instantly share code, notes, and snippets.

@buzeeg
buzeeg / .gitignore
Created August 20, 2012 21:57
Android default .gitignore file
# built application files
*.apk
*.ap_
# files for the dex VM
*.dex
# Java class files
*.class
@buzeeg
buzeeg / howto-git-android-eclipse.txt
Created August 20, 2012 21:47
GIT-Android-Eclipse running together
### GIT + Eclipse + Android ###
- Create the git repo (github or other)
- Launch Eclipse in wanted WS
- Import GIT project from distant repo
- Use New project wizard or Import existing project (create it anywhere, it will be moved in the next step)
- Finally move project into git local dir using : Team > Share Project
To commit in Eclipse : Team > Commit