You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm revisiting a project I was assisting with from about a year ago. I was the last one to work on the project and there have been no changes to it since.
I pulled the project from Github and tried to build it in Android Studio but I keep running into this error during the gradle sync even when I update and revert the gradle version I'm using:
Could not find MaterialShowcaseView.aar (com.github.deano2390:MaterialShowcaseView:1.1.0).
Searched in the following locations:
https://jitpack.io/com/github/deano2390/MaterialShowcaseView/1.1.0/MaterialShowcaseView-1.1.0.aar
I'm revisiting a project I was assisting with from about a year ago. I was the last one to work on the project and there have been no changes to it since.
I pulled the project from Github and tried to build it in Android Studio but I keep running into this error during the gradle sync even when I update and revert the gradle version I'm using:
Here are the build.gradle files:
build.gradle (app)
build.gradle (project)
I never had this problem at all the last time I worked on this project. What could be the cause of this?
The text was updated successfully, but these errors were encountered: