Christian
Christian

Reputation: 26387

Loading an Android project from git into Eclipse

I want to import a project from https://android.googlesource.com/platform/packages/apps/DeskClock into Eclipse. What steps do I have to go through in addition to the downloading?

Upvotes: 1

Views: 1231

Answers (1)

I82Much
I82Much

Reputation: 27326

Once you've checked out the source code, you should be able to say File -> New -> Other -> Android -> Android Project

alt text

On the New Android Project screen, choose "Create Project from existing source" alt text

Choose the location alt text

Go to town. This is assuming you have the Android plugin for Eclipse.

Upvotes: 2

Related Questions