当前位置:网站首页>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 files
Solution :
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'
边栏推荐
猜你喜欢
leetcode.1 --- 两数之和
Filter and listener
Interpretation of mobile phone private charging protocol
leetcode. 1 --- sum of two numbers
单片机:Modbus 通信协议介绍
SCM signal generator program
Difference between OKR and KPI
Single chip microcomputer: basic concepts of a/d and d/a
Single chip microcomputer: main index of a/d (analog-to-digital conversion)
单片机信号发生器程序
随机推荐
[kubernetes series] pod chapter actual operation
El expression
[test development] advanced part - Classification of various test technologies
Single chip microcomputer: pcf8591 application program
单片机:EEPROM介绍与操作
无人机避障四种常见技术中,为何大疆首选双目视觉
[Yugong series] June 2022 Net architecture class 081 API customization task of distributed middleware schedulemaster
环评图件制作-数据处理+图件制作
[Yugong series] June 2022 Net architecture class 080 master cluster and database switching of distributed middleware schedulemaster
PAT 1054 The Dominant Color
单片机外设介绍:温度传感器 DS18B20
单片机:PCF8591 应用程序
MCU: RS485 communication and Modbus Protocol
Lambda end operation reduce merge
[test development] automated test selenium (II) -- common APIs for webdriver
1.4.2 Capital Market Theroy
Principle and control program of single chip microcomputer serial port communication
Configuration and practice of shardingsphere JDBC sub database separation of read and write
单片机:EEPROM 多字节读写操作时序
Lambda termination operation Max & min