Skip to content

Use with an Eclipse Setup

Yannick Signer edited this page Apr 29, 2015 · 1 revision

Steps

1. Download / Checkout the project

I'm using the official GitHub client (windows | mac) to download and handle the git repos. In Eclipse I'm using EGit to do git operations on the projects.

2. Import projects

Use the default import wizard to import existing android code into workspace: import

After you opened the location where you downloaded the repository it should look like that: import 2

3. That's it!

After you finished the import, give eclipse a few moments to configure the projects. After that there should be no errors and you can launch the example application straight on. The project structure should look like this:

project structure

Clone this wiki locally