Android Studio - Github PagerSlidingTabStrip Project Build Error
I imported Github PagerSlidingTabStrip project into Android Studio 0.8.2.
Oops. And it wasted me a lot of time to fix build error.
To avoid encountered the same problems.
I noted solutions here and hoped this can help you. :)
Build Error 1.
123456
Error:Build script error, unsupported Gradle DSL method found: 'getBootClasspath()'!
Possible causes could be:
- you are using Gradle version where the method is absent Fix Gradle settings
- you didn't apply Gradle plugin which provides the method Apply Gradle plugin
- or there is a mistake in a build script Goto source