For Android Map api v2 Description references non existing library google-play-services_lib\bin\google-play-services_lib.jar

前端 未结 9 2993
心在旅途
心在旅途 2021-02-20 12:13

I have import google-play-services_lib into my workspace and Add google project into MYProject it give mr error:

Description Resource Path Locatio

相关标签:
9条回答
  • 2021-02-20 12:37

    My solution is,

    1. clean project google-play-services_lib firstly

    2. then clean my project which depends on play service library

    0 讨论(0)
  • 2021-02-20 12:38

    Your bin folder doesn't exist! You probably don't have permission to create a folder.

    If you create a project from existing code make sure you check "Copy projects into workspace".

    0 讨论(0)
  • 2021-02-20 12:40

    I was facing the same issue and got it solved when I updated my eclipse Android SDK tools.
    I was using version 22 and when I updated Android SDK tools to 22.0.1 the error vanished and I could build my project.
    I hope this helps someone...

    0 讨论(0)
提交回复
热议问题