For a complete beginner like me, can anyone tell me how to just create sample demo application using "https://github.com/umano/AndroidSlidingUpPanel" in Android Studio version "0.8.6".
I have followed these mentioned steps in order to include the Android Sliding panel library 1) Download the latest stable release from the following location"https://github.com/umano/AndroidSlidingUpPanel/releases"
2)extract the zip folder
From the you tube video "https://www.youtube.com/watch?v=1MyBO9z7ojk"
3)Created a folder in the root directory with name "libraries" (application name is "slidingPanelTesting2")
4)Copied the extracted directory in to the folder libraries
5) In the settings.gradle changed the first line of code to
include ':app', ':libraries:AndroidSlidingUpPanel:AndroidSlidingUpPanel-2.0.1'
6)In the poject structure (file->projectstructure) click on "app" of modules section, In Dependencies tab added the module Dependency
libraries:AndroidSlidingUpPanel:AndroidSlidingUpPanel-2.0.1
7)After clicking Apply I get the following error
Error:Configuration with name 'default' not found.
It would be great if some one can answer as I have many posts with the same problem without any answers