I downloaded yesterday Android Studio 2.1.3 (before I worked with 1.5) and now I have this exception:
java.lang.NoSuchMethodError: No static method setOnAppl
I was facing the same issue.
These are my configuration: compileSdkVersion 25 buildToolsVersion "25.0.2"
Dependency: compile 'com.android.support:support-v4:25.3.1'
I tried many things but finally it worked by updating Android SDK platform tools.
Steps: