add 'tools:replace=“Android:value”' to <meta-data> element at AndroidManifest

后端 未结 11 2113
温柔的废话
温柔的废话 2020-11-30 20:07

I\'m following a tutorial in HeadFirst Android development and encountered issues after adding: private ActionBarDrawerToggle drawerToggle;

The control was depre

11条回答
  •  春和景丽
    2020-11-30 20:59

    Whenever you face this issue, the best approach is to run Rebuild Project - this will tell you exactly why this is happening.

    In my case it was a meta-data present in both module and app

提交回复
热议问题