Failed to resolve: common Open File
程序员文章站
2022-04-17 10:53:39
...
AndroidStudio导入公司工程出现这种问题:
Failed to resolve: common Open File
搞了好久没搞出来,后来修改根项目的build.gradle里把 jcenter()放最后即可
allprojects {
repositories {
maven { url 'https://jitpack.io' }
maven { url 'https://oss.sonatype.org/content/repositories/snapshots' }
apply plugin: 'me.tatarka.retrolambda'
maven {
url 'https://maven.google.com/'
name 'Google'
}
jcenter()
}
}
下一篇: 祛斑美白药膳食谱
推荐阅读
-
java.io.FileNotFoundException:/x/x/x/xx.xls:open failed: ENOENT (No such file or directory)
-
move_uploaded_file的failed to open stream错误处理
-
php 上传图片,一直提示Warning: move_uploaded_file(.upload/en.jpg): failed to open stream
-
php 上传图片,一直揭示Warning: move_uploaded_file(.upload/en.jpg): failed to open stream
-
Warning: file_get_contents(url): failed to open stream: No error in,该怎么解决
-
解决:failed to open stream: No such file or directory in
-
docker 中的 mysql导入sql脚本时错误指令:Failed to open file "file_name" error 2/error 22
-
ubunttu环境下mysql报错 ERROR: Failed to open file ‘‘/home/yby/***.sql‘‘, error: 2
-
Docker MySQL导入.sql文件(官方Sakila示例库),解决Failed to open file xxx.sql, error: 2
-
Mac下php-fpm启动报错 ERROR: failed to open configuration file... ...