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

后端 未结 5 683
长发绾君心
长发绾君心 2021-01-12 18:39

Hi all I am getting a exception while working with support lib. I know lot of question and answer are available in SO but no one work for me

11-27 11:58:15.4         


        
5条回答
  •  时光说笑
    2021-01-12 19:15

    You have to just delete your appcompat and re-import it to eclipse and change its android built property to highest api configuration. Clean your project, copy-paste R file in gen package and change project build path to highest api level like api-21.

    This will solve your problem.

提交回复
热议问题