java.lang.NoClassDefFoundError: android.support.v7.app.AppCompatDelegateImplV14 in Android Studio

后端 未结 2 1863
走了就别回头了
走了就别回头了 2020-12-20 19:19

Here\'s the log.

java.lang.NoClassDefFoundError: android.support.v7.app.AppCompatDelegateImplV14
        at android.support.v7.app.AppCompatDelegate.create(A         


        
2条回答
  •  春和景丽
    2020-12-20 19:47

    there might be a conflict with your dependencies

    try removing

    compile project(':android-support-v4')
    

提交回复
热议问题