原文:编译时出现 '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-2026 CODEPRJ.COM