当前位置:网站首页>出现Could not find com.scwang.smart:refresh-layout-kernel:2.0.3.Required by: project :app 无法加载第三方包情况
出现Could not find com.scwang.smart:refresh-layout-kernel:2.0.3.Required by: project :app 无法加载第三方包情况
2022-06-13 04:06:00 【yu-Knight】
在android studio版本中

出现导入第三方依赖是出现一下问题
Could not find com.scwang.smart:refresh-layout-kernel:2.0.3.
Required by:
project :app
Search in build.gradle files解决方式:
settings.gradle 文件中加入:
google()
jcenter()
maven { url 'https://repo1.maven.org/maven2/' }即可解决;
完整代码是:
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'
边栏推荐
- LVS 4 - tier Load Balancing Cluster (3) Cluster Function Classification - HPC
- Lambda end operation find and match allmatch
- 高等数学(第七版)同济大学 习题1-3 个人解答
- Lambda end operation find and match findany
- Solution to failure to download files by wechat scanning QR code
- Redis-HyperLogLog-基数统计算法
- 单片机/嵌入式的实时性疑问解答
- Talking about the wavelength of laser radar
- [MySQL] index and transaction
- 单片机:EEPROM介绍与操作
猜你喜欢

5g China Unicom ap:b SMS ASCII transcoding requirements

Understand the pseudo static configuration to solve the 404 problem of refreshing the page of the deployment project

5G China unicom 直放站 网管协议 实时性要求

【ZeloEngine】本地化流程/ImGui中文化

Principle, composition and functions of sensors of Dajiang UAV flight control system

5G China unicom AP:B SMS ASCII 转码要求

Unity shader learning 004 shader debugging platform difference third-party debugging tools
![[test development] installation of test management tool Zen path](/img/8b/363e393bdb2d3400a2e8361af8677d.png)
[test development] installation of test management tool Zen path

Dumi construit un blog documentaire

单片机:Modbus 多机通信程序设计
随机推荐
Lambda end operation find and match findany
Lambda termination operation find and match nonematch
ROS topics and nodes
Common encryption and decryption function encapsulation - AES encryption and decryption
EIA map making - data processing + map making
史上最详细的Swin-Transformer 掩码机制(mask of window attentation)————shaoshuai
建模雜談系列143 數據處理、分析與决策系統開發的梳理
Common array methods in JS (map, filter, foreach, reduce)
【ZeloEngine】本地化流程/ImGui中文化
【LeetCode】860. Change with lemonade (2 brushes for wrong questions)
单片机:Modbus 通信协议介绍
[test development] use case
MCU: pcf8591 hardware interface
El expression
ROS中的msg消息
Real time question answering of single chip microcomputer / embedded system
[test development] basic concepts related to testing
高等数学(第七版)同济大学 习题1-3 个人解答
Interpretation of usb-if bc1.2 charging protocol
四旋翼飞行器避障系统基础