- The binary version of its metadata is 1.7.1, expected version is 1.5.1
原因:依赖中某些库使用 kotlin 1.7.1 编译,而工程指定为 1.5.1
解决方式 1:
升级 gradle 版本,或 kotlin 版本
方式 2:
降低库的版本,如:
1 | subprojects { project -> |
方式 2:
降低库的版本,如:
1 | subprojects { project -> |
git clone git://github.com/lajos/iFrameExtractor.git
错误信息:
1 | bower error status code of git: 128 |
原因:
需要用 https 才能读到数据
解决方法:输入命令git config --global url."https://".insteadOf git://
gulp 编译脚本
1 | var gulp = require('gulp'); |
https://blog.csdn.net/qq_34205629/article/details/122375262
android studio 打开 X5Demo(官方 demo),
1 | { |
git fetch origin dev-xxx
git checkout -b dev-xxx origin/dev-xxx