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

前端 未结 8 1493
情话喂你
情话喂你 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条回答
  •  旧时难觅i
    2021-02-01 13:22

    Firstly, you will go (your_folder_app)\app\app.iml, which open your notepad software. After you will find: and you change to 27 with your version, for example for me, i change to 25.

    Secondly, you will change the build.gradle(Moudule:app) in your android studio. Red arrow show that you should to change.enter image description here. Example for me:enter image description here

    Finally, you will click "Try Again"

提交回复
热议问题