Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Import project with no .project file

I am trying to import a project in Eclipse (it's the Google Play services library, to use with Google Maps Android API v2, downloaded from the SDK Manager and located on my computer at <android-sdk-folder>/extras/google/google_play_services/libproject/google-play-services_lib).

It's not working and from what I've found, because of the absence of the .project file at the root of the project. Eclipse says "No projects are found to import".

Here is a screenshot.

Thanks for your help.

like image 385
minipif Avatar asked Mar 14 '13 15:03

minipif


People also ask

What is .project file in Java project?

The . project file holds the project nature and builders and for a typical Java project holds a single nature and builder corresponding a Java project.

How do you solve some projects Cannot be imported because they already exist in the workspace?

This warning means you just deleted project from navigator, but the project is present in the working set. Or else your working set has project with same name, so go to work-space directory and delete the project which has the same name and import again.


1 Answers

Create a new Android project from existing source instead of importing it.

like image 88
SimonSays Avatar answered Sep 20 '22 14:09

SimonSays