Error importing lib material dialogs into android studio

1

This is the lib I'm trying to import: material dialogs

How is my gradle:

Error:

    
asked by anonymous 06.06.2015 / 22:36

1 answer

0

You need to install the Android support library .

From the menu, navigate to Tools Android ⇢ SDK Manager , select and install Extras ⇢ Android Support Repository .

Once installed, try importing again. This should solve the problems.

    
07.06.2015 / 00:03