Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 834 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 834 Bytes

The Sampler

This Android project connects to an Arduino accessory which is then used as a keyboard to play standard Android ringtones on the device.

Author/s

This project was written by Andreas Göransson and David Cuartielles for a book called Android Open Accessory Programming with Arduino.

Getting the project...

  1. Clone this repository to your development machine
  2. From the Eclipse menu, select New -> Project
  3. In the dialog, expand Android and select Android Project From Existing code
  4. Browse to the cloned repository root folder on your machine
  5. Click Finish

If there are compilation errors

  1. Right-click the The Sampler project in your Package Explorer and select Properties
  2. Set the Build Target to be Google APIs version 14
  3. Click OK