当前位置:网站首页>The could not find com scwang. smart:refresh-layout-kernel:2.0.3. Required by: project: the app cannot load the third-party package
The could not find com scwang. smart:refresh-layout-kernel:2.0.3. Required by: project: the app cannot load the third-party package
2022-06-13 04:11:00 【yu-Knight】
stay android studio In the version

The following problems occur when importing third-party dependencies
Could not find com.scwang.smart:refresh-layout-kernel:2.0.3.
Required by:
project :app
Search in build.gradle filesSolution :
settings.gradle Add... To the document :
google()
jcenter()
maven { url 'https://repo1.maven.org/maven2/' }Can solve ;
The complete code is :
pluginManagement {
repositories {
gradlePluginPortal()
google()
jcenter()
maven { url 'https://repo1.maven.org/maven2/' }
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
jcenter()
maven { url 'https://repo1.maven.org/maven2/' }
maven { url 'https://jitpack.io' }
}
}
rootProject.name = "Paging3Demo"
include ':app'
边栏推荐
- 环评图件制作-数据处理+图件制作
- 1-72 convert string to decimal integer
- Lambda end operation find and match findfirst
- Real time question answering of single chip microcomputer / embedded system
- 高等数学(第七版)同济大学 习题1-3 个人解答
- [test development] advanced part - Classification of various test technologies
- [kubernetes series] pod chapter actual operation
- [web] cookies and sessions
- Lambda end operation reduce merge
- Binocular vision -- creating an "optimal solution" for outdoor obstacle avoidance
猜你喜欢

单片机/嵌入式的实时性疑问解答
![[test development] automated test selenium (II) -- common APIs for webdriver](/img/d5/bc38f0bee98b137abc1197c6e03158.png)
[test development] automated test selenium (II) -- common APIs for webdriver

Single chip microcomputer: basic concepts of a/d and d/a

单片机:A/D 差分输入信号

Unity shader learning 004 shader debugging platform difference third-party debugging tools

On the value of line height
![[test development] basic concepts related to testing](/img/51/cdc1d2da0480cae3b6a71110e4efb4.png)
[test development] basic concepts related to testing

USB-IF BC1.2充电协议解读

单片机:红外遥控通信原理

1-72 convert string to decimal integer
随机推荐
Billions of data to determine whether the element exists
R: Employee turnover forecast practice
单片机:PCF8591 应用程序
扫地机器人如何才能避障不“智障”?五种主流的避障技术解析
UE4 learning notes - functions of terrain tool
SCM: introduction and operation of EEPROM
OKR和KPI的区别
解答私信@田田WX //2022-6-12 C语言 51单片机LED模拟交通灯
Single chip microcomputer: d/a output
Milliards de données pour déterminer si un élément existe
Manage PC startup items
手机私有充电协议解读
基于PHP的轻量数码商城系统
JSTL -- JSP standard tag library
5G China unicom 直放站 网管协议 实时性要求
单片机:EEPROM 多字节读写操作时序
[test development] advanced part - Classification of various test technologies
Ego planner code analysis ----cmakelists Txt and package xml
单片机信号发生器程序
环评图件制作-数据处理+图件制作