Android Studio编译项目报错如下,始终无法下载解析7.4.2的gradle classpath
A problem occurred configuring root project 'aistudyclient_questionlib'.
> Could not resolve all files for configuration ':classpath'.
> Could not resolve com.android.tools.build:gradle:7.4.2.
解决方案:
jdk版本不匹配导致,尝试更换更高版本的jdk再试试,例如更换jdk11