views:

30

answers:

1

I want to import a project from http://android.git.kernel.org/?p=platform/packages/apps/DeskClock.git;a=summary into Eclipse. What steps do I have to go through in addition to the downloading?

+1  A: 

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.

I82Much
I'm not sure why, but a friend wasn't able to load my Android project into Eclipse if his directory structure was the same as mine. If he put the project in another folder, he could successfully open the project. Could this be because I've added an unnecessary file to source control? If so, any ideas what it may be?
Andrew