I had that problem as well.
Create a new project and point to existing source code.
After project is created I had to edit the .project file to add the
Android natures. Here's the important part from my project file:
<buildSpec>
<buildCommand>
<name>com.android.ide.eclipse.adt.ResourceManagerBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>com.android.ide.eclipse.adt.PreCompilerBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>com.android.ide.eclipse.adt.ApkBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>com.android.ide.eclipse.adt.AndroidNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
that should get you close.
On Nov 7, 10:26 am, "Sunit Katkar" <[EMAIL PROTECTED]> wrote:
> I am not actively working on any project on Android. I am just going through
> this mailing list to keep in touch with what is happening. Right now I am
> busy working on a project for my company.
> But do tell me what is the exact problem you see. What is your
> file/directory structure? Which files give you an error.
>
> I cannot promise to look at this immediately as I am caught up with work in
> office.
>
> Thanks,
> Sunit Katkar -http://sunitkatkar.blogspot.com/- Android OS Tutorials
>
> On Thu, Nov 6, 2008 at 11:49 PM, Thaw <[EMAIL PROTECTED]> wrote:
>
> > Hi,
> > I made that you said(copy class, xml, png...of Contacts project) but i
> > faced more error when i move all copied to eclipse and run.
> > r u ok with Contacts project, if u have right one, help my headache.
> > Thanks, Sunit Katkar
>
> --
> - Sunit Katkar
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---