No resource found that matches the given name '@android:style/Theme.Material.Light.DialogWhenLarge.NoActionBar'

前端 未结 3 1763
暖寄归人
暖寄归人 2021-01-08 01:43

I get this error when trying to use latest Google Play Services SDK:

C:\\Program Files (x86)\\Android\\android-sdk\\extras\\google\\google_play_services\\lib         


        
3条回答
  •  悲&欢浪女
    2021-01-08 02:01

    I don't use any IDEs. The way I fixed it was to upgrade to gradle and set compileSdkVersion to 23 or another option was to stick with ant and the old version of Google Play Services (rev. 21) which luckily I had checked into my repo. (the SDK manager will always give you latest version which is 29 at time of this writing).

提交回复
热议问题