Android appcompat v7:23

后端 未结 5 1898
挽巷
挽巷 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:27

    Ran into a similar issue using React Native

    > Could not find com.android.support:appcompat-v7:23.0.1.
    

    the Support Libraries are Local Maven repository for Support Libraries

提交回复
热议问题