Reputation: 87
I am trying to import a project into android studio but I keep getting this error. The project looks like it was originally codded on a mac by looking at the path. I am on windows 8.1. To my understanding its looking along the mac path which doesn't exist in my case. Is there a way I can change that path?
my path for the google play lib is: C:\Program Files (x86)\Android\android-sdk\extras\google\google_play_services\libproject\google-play-services_lib
Error Message:
Project The Restaurant App:C:\The Restaurant App\project.properties: Library reference ..........\Applications\adt-bundle-mac-x86_64-20130917\sdk\extras\google\google_play_services\libproject\google-play-services_lib could not be found
Path is C:\The Restaurant App..........\Applications\adt-bundle-mac-x86_64-20130917\sdk\extras\google\google_play_services\libproject\google-play-services_lib which resolves to C:\Applications\adt-bundle-mac-x86_64-20130917\sdk\extras\google\google_play_services\libproject\google-play-services_lib
Upvotes: 0
Views: 3022
Reputation: 1553
iImport the google playservices to your workspace and the project too ,both the library and the project should be on the same place while you are adding the library reference to your project ,
as for such Error i would rather suggest you to work with Eclipse or download ADT bundle from android site, because
Android studios is not so big enough to handle such errors it keeps on loading gradle every time and creates such errors
Upvotes: 0