Make sure you download the Android support repository using the SDK manager.
Open the build.gradle file and add the support library to the dependency section:
compile 'com.android.support:support-v4:23.0.1'
change your import to this:
import android.support.v4.view.ViewPager;
source
share