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

后端 未结 5 685
长发绾君心
长发绾君心 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:05

    In "android-support-v7-appcompat" project:

    -Delete “android-support-v7-appcompat” from Package explorer.
    -Import again and check “Copy into workspace”
    -In Properties -> Android -> in Project build target, uncheck Android 2.2 and check Android 4.1.2
    -In Java build path, uncheck if you have any .jar library, and uncheck the Dependence
    

    and finally this is what you need to do. enter image description here

提交回复
热议问题