1
That’s the lib I’m trying to import: material dialogs
How is my Radle:
Error:
1
That’s the lib I’m trying to import: material dialogs
How is my Radle:
Error:
0
It is necessary to install the android support library.
In 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.
Browser other questions tagged android-studio
You are not signed in. Login or sign up in order to post.
And the error that appears is...?
– stderr
I edited and placed the error image. It only happens when I add lib, Sync is successfully removed.
– Thiago Porto
Try the following: go on Tools ↦ Android ↦ SDK Manager, select and install Extras | Android Support Repository. Once installed, try again. This should solve at least the last error.
– stderr
It worked. Thank you!
– Thiago Porto