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

后端 未结 11 2128
温柔的废话
温柔的废话 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:52

    1. At Android Studio -> Open Manifest File
    2. Switch to Merged Manifest and check Other Manifest file.

    In my case I am using 26.1.0 support files but found support-v13 is 26.0.1

    So I added implementation 'com.android.support:support-v13:26.1.0' to Gradle file and problem solved

提交回复
热议问题