今天刪掉某個第三方引用以后,突然發(fā)現(xiàn)項目報錯了
Could not determine artifacts for androidx.recyclerview:recyclerview:1.0.0: No cached version availa
查找以后發(fā)現(xiàn)是關(guān)閉了:toggle Offline work
在Android studio 最新版本中 這個的開關(guān)不在File | Settings | Build, Execution, Deployment | Build Tools中的gradle中了,而是在圖下所示位置。

解決方法:開啟toggle Offline work就好了
以上