Skip to content
bherrmann7 edited this page Jul 24, 2012 · 10 revisions
  1. Follow http://developer.android.com/sdk/installing/index.html

  2. check out carcast from github

$ cd workspace
$ mkdir carcast
$ cd carcast
$ git clone git://github.com/bherrmann7/Car-Cast.git
  1. from in eclipse, File / Import / Existing android project

  2. Right click on CarCast Project / Properties / Java Compiler, change "Compiler compliance level" to 1.6

  3. Now right click and debug the project. You can either use a real phone, or setup an emulator.

Clone this wiki locally