Failed to resolve: com.android.support:appcompat-v7:25.1.0

前端 未结 8 1418
情话喂你
情话喂你 2021-02-01 13:18

My Android Studio is full of error android studio cannot identify libraries.

Error:(27, 13) Failed to resolve: com.android.support:appcompat-v7:25.1.0
         


        
8条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-02-01 13:29

    1. At first change your buildToolsVersion version 23.0.1 to 25.0.1
    2. Set compileSdkVersion 25

    Finally

    compileSdkVersion 25
    buildToolsVersion "25.0.1"
    

    Make sure you update your support repository . Then Clean-Rebuild-Run.

提交回复
热议问题