Could not find com.android.tools.lint:lint-gradle Android Studio 3

后端 未结 12 1641
青春惊慌失措
青春惊慌失措 2020-12-02 16:12

I have updated Android Studio to 3.0 and now received a lot of issues.. now stoped on point with such issue:

Could not resolve all files for configuration \'         


        
12条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-02 17:01

    Add google() to your gradle If you face this again,Do not add a linter disabler to your gradle, This is an access error issue,I faced that on react-native after using sudo command for a few command, Just reset your code access and then release again For example the mac

    sudo chmod -R 777

提交回复
热议问题