could not resolve all dependencies for configuration ':app:debugAPKCopy'

前端 未结 7 1129
忘了有多久
忘了有多久 2020-11-30 11:28

it seems that I got this problem when I try to run the app

7条回答
  •  粉色の甜心
    2020-11-30 11:48

    Install Android Support Repository in SDK Manager.

    Add dedependencies to build.gradle file.

    compile 'com.android.support:appcompat-v7:23.1.1'
    compile 'com.android.support:recyclerview-v7:23.1.1'
    

提交回复
热议问题