Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

108
Views
He descargado la última versión de Gradle 7.3 que me gustaría usar en mi proyecto de Visual Studio EXPO

Revisé dos veces para ver si lo tengo instalado..

Gradle 7.3

así que está bien ... el problema surge cuando ingreso el comando gradle --daemon

me sale este error

 FAILURE: Build failed with an exception. * What went wrong: A problem occurred configuring root project 'RentInCars'. > Could not resolve all files for configuration ':classpath'. > Could not find com.android.tools.build:gradle:7.2. Searched in the following locations: - https://repo.maven.apache.org/maven2/com/android/tools/build/gradle/7.2/gradle-7.2.pom - https://dl.google.com/dl/android/maven2/com/android/tools/build/gradle/7.2/gradle-7.2.pom - https://jcenter.bintray.com/com/android/tools/build/gradle/7.2/gradle-7.2.pom Required by: project : * 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 Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0. You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. See https://docs.gradle.org/7.3/userguide/command_line_interface.html#sec:command_line_warnings

Intenté usar sudo gradle --daemon... todavía me da el mismo error... ¿qué debo probar a continuación?

about 4 years ago · Juan Pablo Isaza
2 answers
Answer question

0

Como discutimos en los comentarios, necesitará VPN pero no cualquier VPN.

Tienes que saber en qué puerto está trabajando tu vpn.

por ejemplo, si descargó psiphone, puede ir a la configuración, luego a los puertos proxy locales y puede agregar 12345 como puerto, por ejemplo.

luego debe ir a la carpeta .gradle, si usa Windows, generalmente se encuentra en USER/%USERNAME%/.gradle, y cree un gradle.properties global y luego agregue lo siguiente.

 systemProp.http.proxyHost=127.0.0.1 systemProp.http.proxyPort=12345 systemProp.https.proxyHost=127.0.0.1 systemProp.https.proxyPort=12345

Esto redirigirá todas las conexiones de gradle a su proxy, en el caso de psiphone, por ejemplo.

about 4 years ago · Juan Pablo Isaza Report

0

También he intentado esto y me he enfrentado al mismo problema. Más tarde descubro que Gradle 7.3 aún no se ha agregado aquí

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!