I upgraded my android studio to 2.1.3. And now I am getting following error
java.lang.NoSuchMethodError: No static method setOnApplyWindowInsetsListener(Lan
I upgraded my android studio to 2.1.3. And now I am getting following error
I am also suffering with same issue. But I was resolved as the following way.
Reason of this exception is AppcompatActivity derived from the v7 library. so we should provide proper library based on your gradle and SDK.
For example In my project "appcompat-v7" version is 23.4.0 then I was changed to 24.2.0.