Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

410
Vistas
Android studio gradle (Error:Failed to resolve: com.android.support.constraint:constraint-layout-so)

Error:Failed to resolve: com.android.support.constraint:constraint-layout-solver:1.0.2

Install artifact and sync project
Open File
Show in Project Structure dialog

about 4 years ago · Santiago Trujillo
3 Respuestas
Responde la pregunta

0

go to file>settings>Android sdk>sdk Tools>and update your support repository that fixed my problem

about 4 years ago · Santiago Trujillo Denunciar

0

I encountered this problem as well. It was perplexing to me because the SDK manager showed both ConstraintLayout and its solver as installed. What I did to solve it was the following:

  1. Open the SDK manager (the Android Studio nav bar button with a downward facing arrow and a little Android head)
  2. Click the "SDK Tools" tab
  3. Uncheck boxes next to "ConstraintLayout for Android" and "Solver for ConstraintLayout"
  4. Click "Apply" and confirm that you want to uninstall those components
  5. When uninstallation is complete, recheck the boxes in step 3
  6. Click "Apply" and confirm that you want to reinstall the components

The next time you refresh your gradle projects, everything should work just fine!

about 4 years ago · Santiago Trujillo Denunciar

0

first add google maven repository in module level gradle file(important part)

repositories {
    maven {
        url 'https://maven.google.com'
    }
}

then add this line in dependencies:

compile 'com.android.support.constraint:constraint-layout:1.0.2'
compile 'com.android.support.constraint:constraint-layout-solver:1.0.2'
about 4 years ago · Santiago Trujillo Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda