java.lang.NoClassDefFoundError: android.support.v7.appcompat.R$styleable

后端 未结 5 1648
粉色の甜心
粉色の甜心 2020-11-27 22:03

i am using terminal [not eclipse]. i got following exception error, while i use emulator.debug successfully and installd successfully. But emulator show

5条回答
  •  無奈伤痛
    2020-11-27 22:59

    If you are using Android Studio then its quick easier, Please add compile 'com.android.support:cardview-v7:21.+' in dependencies in build.gradle.

    dependencies {
           compile 'com.android.support:cardview-v7:21.+'
    }
    

提交回复
热议问题