This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# built application files | |
*.apk | |
*.ap_ | |
# files for the dex VM | |
*.dex | |
# Java class files | |
*.class |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### 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 |