问题遇到的现象和发生背景
根据《第一行代码 第2版》编写BroadcastPractice时,出现如下报错:
ERROR: Unable to resolve dependency for ':app@debug/compileClasspath': Could not download annotation.jar (androidx.annotation:annotation:1.0.2)
Show Details
Affected Modules: app
ERROR: Unable to resolve dependency for ':app@debugAndroidTest/compileClasspath': Could not download annotation.jar (androidx.annotation:annotation:1.0.2)
Show Details
Affected Modules: app
ERROR: Unable to resolve dependency for ':app@debugUnitTest/compileClasspath': Could not download annotation.jar (androidx.annotation:annotation:1.0.2)
Show Details
Affected Modules: app
app图标显示叉号(app配置有问题)
操作环境、软件版本等信息
软件:Android Studio 3.5
尝试过的解决方法
尝试更改过依赖为 implementation 'androidx.appcompat:appcompat:+',更换网络,换成国内源等方法,一直出现同样的报错。
我想要达到的结果
无报错即可。