This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| android:development_environment [2010/09/23 20:05] mjallison | android:development_environment [2018/04/23 18:40] (current) mjallison | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | **THIS PAGE IS OBSOLETE. MODERN DEVELOPMENT IS RUNNING VIA ANDROID STUDIO, and GIT** | ||
| + | |||
| For development of the Android phone project developers need the following tools: | For development of the Android phone project developers need the following tools: | ||
| Line 14: | Line 16: | ||
| * All code to be tested via JUnit (as supplied by Android SDK) | * All code to be tested via JUnit (as supplied by Android SDK) | ||
| * Stretch goal for 100% coverage | * Stretch goal for 100% coverage | ||
| + | * SVN layout to match directory layout generated by the Android ADT Eclipse plug-in. | ||
| + | * All modules are to use the package ** com.agtek.smartdirt ** | ||
| Processes | Processes | ||
| * Nightly builds on the dev.agtek.com machine, including tests, via Ant | * Nightly builds on the dev.agtek.com machine, including tests, via Ant | ||
| - | * Incorporate obfuscator into build process. | + | * See [[smartdirt_autobuild]] | 
| + | * Incorporate obfuscator into build process. | ||
| * Mike Clapp has been looking at Pro-Guard [[http://proguard.sourceforge.net]] | * Mike Clapp has been looking at Pro-Guard [[http://proguard.sourceforge.net]] | ||
| * Iterative development via Agile style stories. See [[Android Project Stories]] | * Iterative development via Agile style stories. See [[Android Project Stories]] | ||
| * Iterations planned on every couple of weeks.  | * Iterations planned on every couple of weeks.  | ||
| + | * Iterations released at the completion of every story. | ||
| + | * Source tagged with the story (e.g. "Story_1", "Story_2", etc). | ||
| + | |||