Pessoal, tudo bem?
Estou utilizando uma máquina windows para fazer o treinamento de react-native. Ao executar o comando: react-native run-android eu estou tendo o problema abaixo: FAILURE: Build failed with an exception.
What went wrong: A problem occurred configuring root project 'InstaluraMobile'.
Could not resolve all artifacts for configuration ':classpath'. Could not resolve com.android.tools.build:gradle:3.3.0. Required by:
project :
Could not resolve com.android.tools.build:gradle:3.3.0. Could not get resource 'https://dl.google.com/dl/android/maven2/com/android/tools/build/gradle/3.3.0/gradle-3.3.0.pom'. Could not GET 'https://dl.google.com/dl/android/maven2/com/android/tools/build/gradle/3.3.0/gradle-3.3.0.pom'. sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
Get more help at https://help.gradle.org
BUILD FAILED in 4s
Já entrei no painel de controle e importei o certificado. Configurei o proxy. Alterei o arquivo build.gradle e adicionei o trecho:
maven { url 'http://maven.google.com' }
Também já incluí o certificado do google no arquivo cacerts da pasta security do JAVA.
Alguém já teve este mesmo tipo de problema? Obrigado.