简体   繁体   中英

Eclipse wont recognise google play services as a project

So I'm trying to add Google Play services to my project as a library but I cant seem to import it to my Eclipse. It doesn't seem to recognize it as a project. When checking what is different between this and other projects it seems like the Google play services doesn't have a .project file.

I think this is why I cant import it but is it meant to have that even though its only a library and why didn't the Android SDK download the .project when getting it?

It looks like you have specified the path incorrectly ie you have drilled down too far in the directory hierarchy.

The correct path is Android ...android-sdk...extras...google...google_play_services

(From that level in the hierarchy you will see the assets, bin, gen, libs ... folders and of course the .project file.)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM