NoClassDefFoundError: android.support.design.internal.NavigationMenu on Android 4.2.2 (wiko)

前端 未结 5 1530
逝去的感伤
逝去的感伤 2021-01-04 18:25

I am trying to use the Android Support Design library (in version 23.0.1) and the class NavigationMenu (I use this class as an XML tag into a layout).

W

5条回答
  •  死守一世寂寞
    2021-01-04 18:57

    Check com.android.support:appcompat version. For example, instead of com.android.support:appcompat-v7:23.1.1 try to use com.android.support:appcompat-v7:23.0.1

提交回复
热议问题