原文:編譯時出現 'variantOutput.getProcessResources()' 過時第三方組件解決方法

很多引用butterknife 出現如下 WARNING: API variantOutput.getProcessResources is obsolete and has been replaced with variantOutput.getProcessResourcesProvider .It will be removed at the end of .For more informa ...

2020-04-27 10:43 0 1489 推薦指數:

查看詳情

python安裝第三方庫很慢解決方法

一、例如我們要安裝pyquery這個第三方庫,平時安裝命令是pip install pyquery,但是這樣速度很慢 二、解決方法:更換python庫源 更換清華源:pip install pyquery -i https://pypi.tuna.tsinghua.edu.cn ...

Wed Dec 23 07:14:00 CST 2020 0 609
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM