Android Studio - Appcompat build fail values-v23/styles_bases.xml

后端 未结 13 2620
囚心锁ツ
囚心锁ツ 2020-12-15 03:57

I\'ll start from what I want to achieve: building the googlecast-manager example provided here: https://github.com/googlecast/GameManagerSamples I followed instructions here

13条回答
  •  余生分开走
    2020-12-15 04:24

    I actually found the answer for my problem and the person above was right. The Module SDK set to compile the module was 22.0 and not 23.0. To fix that I did the following. Right click on appcompat: "Open Module Setting -> Modules SDK": New. I Chose the folder containing the whole Android SDK and chose the last Android (e.g. 6.0) with the last Module SDK 23.0.

提交回复
热议问题