Attempt to invoke interface method 'void android.support.v7.widget.DecorContentParent.setWindowCallback(android.view.Window$Callback)'

后端 未结 2 778
执念已碎
执念已碎 2020-12-20 18:26

here is my project:

animated_path.xml:




        
2条回答
  •  执笔经年
    2020-12-20 19:14

    This issue occurs when your buildToolsVersion is not updated to match the version of playservices and other dependencies

    Check here for the latest version:

    https://developer.android.com/studio/releases/build-tools.html.

提交回复
热议问题