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

后端 未结 5 1693
粉色の甜心
粉色の甜心 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:45

    AppCompat is a lib with resource. You cannot add the jar, cause this library uses resources. So you need to add a library project.

    Follow Adding Support Libraries steps.

提交回复
热议问题