Hidden build.xml in google play services library used for google maps v2?

前端 未结 3 570
暗喜
暗喜 2021-02-07 15:14

I believe eclipse had a case of the crashes and something weird happened. I restarted the project and have done everything I can think of from scratch.

The code and conf

3条回答
  •  执念已碎
    2021-02-07 15:31

    The problem is that you don't have a build.xml file google-play-services_lib folder

    To create that file you need to Go to the system SK Directory

    $SDK_HOME/extras/google/google_play_services/libproject/google-play-services_lib and run "android update project -p ./ --target 20"
    

    Change the target as needed.

提交回复
热议问题