Had the same issue after updating to Android Studio 2.3, the fix was to add the following package in the build.gradle
:
compile 'com.android.support:support-v13:25.3.1'
Note: Change the version to match other support library packages used in your project