No static method setOnApplyWindowInsetsListener exception in Android

后端 未结 7 1553
借酒劲吻你
借酒劲吻你 2020-12-07 01:01

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         


        
7条回答
  •  自闭症患者
    2020-12-07 01:51

    I have also face this type of error after update android studio 2.1.2 to 2.1.3, so I change AppCompat version from 23.4.0 to 24.2.0. Hope it will work! Good luck :)

提交回复
热议问题