Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why can't I import google play services into eclipse?

I am trying to import the google-play-services_lib into Eclipse but I am not able to import it as I am getting the following warning no projects are found to import. Can anyone suggest a solution to this? Please give step by step instructions as I am a newbie.

like image 745
anu_r Avatar asked Apr 02 '14 08:04

anu_r


3 Answers

You can import android project in two ways,

enter image description here

In your case I suggest you to use 2nd way.

Note, the Android project which doesnt contain .class file, .project file can be import using 2nd option. In all other cases 1st option is better.

like image 179
Lucifer Avatar answered Nov 20 '22 20:11

Lucifer


Import the library project to your eclipse

Click File > Import, select Android > Existing Android Code into Workspace,
and browse the workspace import the library project

See How to Add Google Play Services SDK to Your Project for more details.

like image 29
Sumit Singh Avatar answered Sep 27 '22 19:09

Sumit Singh


Delete project (google_play_services) from SDK Manager then reinstall project (google_play_services) and import.

like image 1
Santiago Medina Chaverra Avatar answered Nov 20 '22 20:11

Santiago Medina Chaverra