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

前端 未结 9 2039
死守一世寂寞
死守一世寂寞 2021-02-20 11:45

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:14

    There is another way to resolve this issue. Import google_play_services_lib project to your work space. android-sdk/extras/google/google_play_services/libproject/google-play-services_lib

    Then add the google-play-services.jar file externally. right click on your_project -> properties ->java build path -> Libraries -> add External JARs -> select google-play-services.jar from work space ->clean ->build

    It works for me.

提交回复
热议问题