Android Studio Not Working while building App using AppCompat v23 and API21

后端 未结 2 1137
遥遥无期
遥遥无期 2021-01-20 00:47

I am using Android 1.3 version and SDK for 5.0.1 I decrepeted it because whenever I build project it throws error.

Can anyone please tell in detail

2条回答
  •  独厮守ぢ
    2021-01-20 01:33

    You are using the appcompat (and other support libraries) v23 .
    You have to compile your project with API 23.

    Change in your build.gradle the compileSdkVersion to 23

提交回复
热议问题