Google play service resource not found

后端 未结 3 1023
自闭症患者
自闭症患者 2021-02-15 06:18

I have update SDK using SDK manger,after updating SDK \"google-play-services_lib\" not getting complied,Its showing following error.

**extras\\google\\google_pla         


        
3条回答
  •  北恋
    北恋 (楼主)
    2021-02-15 07:19

    This may fix your problem

    1. Right side click on your project select Properties -> Select Android
    2. Under Project Build Target, check *Android 6.0 or to the latest API.
    3. Build

    One important thing : While importing library projects always copy to your workspace.

    UPDATED:
    Reason : Most of time google play service lib access resources from lastest API available. that's why you need to target to the latest.

提交回复
热议问题