Referencing the google-play-services library

后端 未结 8 2316
余生分开走
余生分开走 2021-02-19 10:48

I\'m working on a project using the Google Maps Android API v2, and I have a problem when I start referencing google-play-services_lib. A red exclamation mark appears on my proj

8条回答
  •  时光说笑
    2021-02-19 11:25

    google-play-services_lib not found target 'android-8' because it was not installed in your Android SDK.

    change your Android target 'android-8' to any other using.

    Your Project--->Right Click-->Properites-->Android-->Select Google API 15(whatever you have)-->ok
    

    Or

    Add this in Android manifest file.

    
    

    you can add target SDK any which you have but it must be Google API.

提交回复
热议问题