-
-
Notifications
You must be signed in to change notification settings - Fork 30
Developer guide
bherrmann7 edited this page Jul 24, 2012
·
10 revisions
-
Follow http://developer.android.com/sdk/installing/index.html
-
check out carcast from github
$ cd workspace
$ mkdir carcast
$ cd carcast
$ git clone git://github.com/bherrmann7/Car-Cast.git
-
from in eclipse, File / Import / Existing android project
-
Right click on CarCast Project / Properties / Java Compiler, change "Compiler compliance level" to 1.6
-
Now right click and debug the project. You can either use a real phone, or setup an emulator.