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
1.4m articles
1.4m replys
5 comments
57.0k users