astuetz / PagerSlidingTabStrip

An interactive indicator to navigate between the different pages of a ViewPager
139 stars 44 forks source link

Failed to find:com.com.astuetz:pagerslidingtabstrip:1.0.1 #173

Closed NancyZY closed 9 years ago

NancyZY commented 9 years ago

I'm prepared to import pagerslidingtabstrip,but I got some trouble in this process. First,I add the dependency in my build.gradle.,like belows code: compile 'com.astuetz:pagerslidingtabstrip:1.0.1' ,and the android studio imply "Failed to find:com.com.astuetz:pagerslidingtabstrip:1.0.1" .Then, I changed the ways that download your .zip file and then unzip ,next, I import its library folder to my project library,and change the correct version in build.gradle in your library files .the same error was occoured.I'm use the I am using Android Studio 1.0.2 .thanks for your help in advance!

hangox commented 9 years ago

"Failed to find:com.com.astuetz:pagerslidingtabstrip:1.0.1" your problem is double "com", can your see that???

if you used library change your dependencies like this

   dependencies {
        compile project(':library name')
    }
NancyZY commented 9 years ago

Hi,I knew the reason why I didn't achieve it before.just because I forgot to turn on the button which could allow the gradle pull the resource from the site. I'm too careless.and can you help me to solve other problem in this proccess. I want to make PagerSlidingTabStrip have three tabs.the function works perfect,but the layout didn't show friendly.I will send the picture to let you more understand what I want to express.(PS: I tried to do this ,set the property in PagerSlidingTabStrip :pagerSlidingTabStrip.setTabPaddingLeftRight(20).) device-2015-01-09-212041

hangox commented 9 years ago

you speak chinese??this library cannot do it like that.you can use linearlayout do it