Reputation: 26387
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
Reputation: 27326
Once you've checked out the source code, you should be able to say File -> New -> Other -> Android -> Android Project
On the New Android Project screen, choose "Create Project from existing source"
Choose the location
Go to town. This is assuming you have the Android plugin for Eclipse.
Upvotes: 2