goweii / AnyLayer

Android稳定高效的浮层创建管理框架
https://github.com/goweii/AnyLayer
Apache License 2.0
993 stars 114 forks source link

依赖加载不到 #44

Closed h923745834 closed 3 years ago

h923745834 commented 3 years ago

我使用Android Studio 4.2 beta 5版本,没使用代理。编译时报如下错误: Could not resolve com.github.goweii:AnyLayer:4.1.4-androidx.

Could not get resource 'https://dl.bintray.com/tencentqcloudterminal/maven/com/github/goweii/AnyLayer/4.1.4-androidx/AnyLayer-4.1.4-androidx.pom'. Could not HEAD 'https://dl.bintray.com/tencentqcloudterminal/maven/com/github/goweii/AnyLayer/4.1.4-androidx/AnyLayer-4.1.4-androidx.pom'. Received status code 403 from server: Forbidden Could not resolve com.github.goweii:AnyLayer:4.1.4-androidx. Could not get resource 'https://dl.bintray.com/umsdk/release/com/github/goweii/AnyLayer/4.1.4-androidx/AnyLayer-4.1.4-androidx.pom'. Could not HEAD 'https://dl.bintray.com/umsdk/release/com/github/goweii/AnyLayer/4.1.4-androidx/AnyLayer-4.1.4-androidx.pom'. Received status code 403 from server: Forbidden

goweii commented 3 years ago

加jitpack仓库了?

h923745834 commented 3 years ago

加jitpack仓库了?

有的,我按你的文档配置的依赖。后面我Android studio 安装回4.0版本,可以正常加载到anylayer库。