I have been trying to add PagerSlidingTabStrip dependency to my project in Android Studio and each time I get the following error:
Error:Failed to find: com.astuetz:pagerslidingtabstrip:1.0.1
Open File
Open in Project Structure dialog
I tried to add the compile 'com.astuetz:pagerslidingtabstrip:1.0.1' to build.gradle file but gradle sync returned the above stated error. And again the same error was generated when I tried to add dependency by going to Project Structure -> Dependencies -> Clicking + -> Searching for pagerslidingtab and added it from there.
I don't know how to get past through this.
[EDIT] I am using Android Studio 0.8.1 (beta)