All of the answers in similar questions talk about manunally editting gradle files. But I\'ve used Android Studio to import the AAR file and checked the build.gradle files a
You need to specify the location of "ShowCaseView-5.0.0.aar" in project's build.gradle file. E.G, the ShowCaseView-5.0.0.aar file is in a folder named "libs" under project's root directory, update you build.gradle file to add following