- Android studio报错Unable to resolv
- Android Studio报错unable to access
- Android studio unable to find va
- AS 新安装Android Studio运行项目前报错:Una
- Android studio 启动adb报错:...unable
- Unable to load class 'javax.xml.
- Android Studio 导入Module Error:Un
- Unable to open debugger port (lo
- Mac安装Android studio最终准确的答疑: 报错 :
- 2019-04-30 Unable to add window
新建项目报错Unable to resolve dependency for ':loginlibrary@debug/compileClasspath': Could not find any version that matches com.android.support:appcompat-v7:29.+.
这里需要将build.gradle中的 implementation 'com.android.support:appcompat-v7:29.+'改为
implementation 'com.android.support:appcompat-v7:+'即可。
网友评论