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
It's should be the same problem as java.lang.NoSuchMethodError: No static method setOnApplyWindowInsetsListener
Try to only use the 24.2.0 version for all the "com.android.support:xxx:..." in your gradle file.
BTW, now, support v4 is split (https://developer.android.com/topic/libraries/support-library/revisions.html#24-2-0-v4-refactor). Try to use only what you need ;)