jcenter已经删掉了android.arch.core库,所以需要从 maven { url "https://maven.google.com" }中获取android.arch.core:common-1.1.0.jar

类似下面这种情况的,把顺序调整一下就就行了

allprojects {repositories {jcenter()google()mavenCentral()}}

变为

allprojects {repositories {google()jcenter()mavenCentral()}}

编译报错 Error:Could not find common.jar (android.arch.core:common:1.0.0).相关推荐

  1. 解决Android studio遇见Could not find common.jar (android.arch.core:common:1.0.0).错误

    Error:Could not find common.jar (android.arch.core:common:1.0.0). Searched in the following location ...

  2. wince6.0 编译报错:error C2220: warning treated as error - no 'object' file generated的解决办法

    内容提要:wince6.0编译报错:"error C2220: warning treated as error - no 'object' file generated" 原因是 ...

  3. wince6.0 编译报错:error C2220: warning treated as error - no 'object' file generated的解决办法...

    内容提要:wince6.0编译报错:"error C2220: warning treated as error - no 'object' file generated" 原因是 ...

  4. glog 编译报错 ERROR macro is defined. Define GLOG_NO_ABBREVIATED_SEVERITIES before including logging.h.

    glog 编译报错 ERROR macro is defined. Define GLOG_NO_ABBREVIATED_SEVERITIES before including logging.h. ...

  5. 【致敬嵌入式攻城狮第2期活动预热征文】解决瑞萨RA2E1开发板在RT-Thread的版本中编译报错 error: ‘board_cfg.h‘ file not found

    解决瑞萨RA2E1开发板在RT-Thread的版本中编译报错 error: 'board_cfg.h' file not found 继上上周在RA2E1开发板上跑通了RT-Thread最新版本的代码 ...

  6. android 项目编译报错 符号: 类 shape 位置: 程序包 android.widget

    错误 android 项目编译报错 符号: 类 shape 位置: 程序包 android.widget 详细错误 Compiling with JDK Java compiler API. D:\A ...

  7. pip下载包报错ERROR: Could not find a version that satisfies the requirement xxxx==1.0.2 (from versions

    我在安装pymysql的时候报错 ERROR: Could not find a version that satisfies the requirement pymysql==1.0.2 (from ...

  8. kafka完美解决报错:Error while executing topic command:Replication factor:3 larger than available brokers:0

    kafka完美解决报错:Error while executing topic command:Replication factor:3 larger than available brokers:0 ...

  9. VC2019编译报错 error C4996: This function or variable may be unsafe

    [问题描述] 使用新安装的VS2019编译C代码保报错error C4996: 'sprintf': This function or variable may be unsafe. Consider ...

最新文章

  1. 1 代码_给你代码:Workbox介绍(1)
  2. 双十一最新预测:这个连续多年夺第一的省份2020会被超越吗?
  3. Asp.net MVC3.0 基于不同的角色显示不同的菜单
  4. 提升你的开发效率,10 个 NPM 使用技巧
  5. matlab如何使音频文件声音变大_如何用录音软件AU2020给音频消除噪音?只需简单几步你也可以办到...
  6. Win下的port forwarding
  7. 在python中使用什么函数进行输出_Python中使用pprint函数进行格式化输出的教程
  8. 维护UI状态的最懒惰方法
  9. uwsgi怎么启动停止
  10. java swing个人简历小实验
  11. 单机游戏合集!12000G!淘宝购!
  12. MOSFET开关原理
  13. Android 蓝牙 A2dp 编码SBC、AAC、Aptx、LDAC、LHDC aduio音频概述(2)
  14. 多人同时编辑excel,只需一招就搞定
  15. echarts 水滴图 去掉波浪阴影
  16. 微前端 Micro-Frontends - 概念
  17. 使用邻接表创建无向图和有向图
  18. cs224n学习笔记 03:Subword Models(fasttext附代码)
  19. 微软必应借PK谷歌突围中国搜索市场
  20. 微软认证考试,还有各种unix认证考试

热门文章

  1. 解密央行研发数字货币这5年
  2. java ice spring_卩大王叫我来巡山-【Springboot + Ice 系列文章】1.搭建开发环境
  3. Springboot毕业设计毕设作品,婚纱租赁系统 开题报告
  4. 8路热电阻隔离pt1000转rs485采集模块
  5. 大数据成推动经济高质量发展新动能
  6. STM32F103标准库开发:LED跑马灯实验
  7. python OpenCV 视频处理
  8. UiAutomator常用类之UI手势动作
  9. 深入理解机器学习——EM算法/最大期望算法(Expectation-Maximization Algorithm, EM)
  10. 30天自制操作系统——用U盘启动自制系统