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

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

    1. Right-click the your project folder and select java Build Path >Libraries

    2. whether .jar file of your library project is present or not

    3. if not buld the correct path that contains .jar file

提交回复
热议问题