Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
3.5k views
in Technique[技术] by (71.8m points)

java - AndroidStudio Project Compilation Error: Can't download gradle 4.1.1 - Unable to find valid certification path to requested target

I'm completely new to programming and just set up AndroidStudio on Ubuntu inside a VirtualMachine.

I set up JDK and SDK, everything went fine - but when I tried to create my first project, the compilation fails immediately (see error message below).

I already tried:

Error message:

A problem occurred configuring root project 'HelloWorld'.

Could not resolve all artifacts for configuration ':classpath'. Could not resolve com.android.tools.build:gradle:4.1.1. Required by: project : > Could not resolve com.android.tools.build:gradle:4.1.1. > Could not get resource 'https://dl.google.com/dl/android/maven2/com/android/tools/build/gradle/4.1.1/gradle-4.1.1.pom'. > Could not GET 'https://dl.google.com/dl/android/maven2/com/android/tools/build/gradle/4.1.1/gradle-4.1.1.pom'. > sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target > Could not resolve com.android.tools.build:gradle:4.1.1. > Could not get resource 'https://jcenter.bintray.com/com/android/tools/build/gradle/4.1.1/gradle-4.1.1.pom'. > Could not GET 'https://jcenter.bintray.com/com/android/tools/build/gradle/4.1.1/gradle-4.1.1.pom'. > sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...