skip to Main Content

i faced this problem in android studio can any one help me

2

Answers


  1. Check if you are able to access Maven from your browser:

    https://repo.maven.apache.org/maven2/

    Try setting proxy in your Android Studio:

    enter image description here

    Login or Signup to reply.
  2. maybe this is a long shot but I was facing this same error because I did not had a run/debug configuration.

    If it is your case you will see ‘No configuration’ instead of what I show you on the following image:

    run/debug configuration

    I solved it adding a default android app configuration template:

    enter image description here

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search