Android appcompat v7:23

后端 未结 5 1903
挽巷
挽巷 2020-12-05 15:03

Today, Google released SDK 6 API 23+.

I tried to create a project with the API 23, but I\'m having the following problem:

Failed to resolve: com.android.supp

5条回答
  •  醉酒成梦
    2020-12-05 15:45

    First you need to download the latest support repository (17 by the time I write this) from internal SDK manager of Android Studio or from the stand alone SDK manager. Then you can add compile 'com.android.support:appcompat-v7:23.0.0' or any other support library you want to your build.gradle file. (Don't forget the last .0)

提交回复
热议问题