esnyder/rectest
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
A toy project to play with Android programming. Messing with recording audio. BUILD INSTRUCTIONS: * Get the project from github: 'git clone git@github.com:esnyder/rectest.git rectest' * Make sure that your android SDK tools directory is in your path and create the build.xml file: 'cd rectest && android update project --path . --target=<your target> ' * Build it: 'ant debug'