Is there any way I can import a project into Android Studio by automatically solving dependencies?

4

I have had frequent difficulties importing projects into Android Studio. Whenever I do a new import, the IDE points to several dependencies that are not satisfied and I have to solve them manually, making importing always slow too.

Someone has a hint of how to set up Android Studio to fix at least part of the dependencies automatically.

    
asked by anonymous 11.10.2015 / 21:09

1 answer

0

As @LeoSantana suggested, use Gradle, it's a "build automator."

I recommend this link: link , gradle course for Android, made by Udacity.

[EDIT] To find out which dependencies can be added, search here: link

    
02.12.2015 / 11:47