NoClassDefFoundError: Failed resolution of: Landroid/support/v7/appcompat/R$styleable

前端 未结 5 749
谎友^
谎友^ 2020-12-03 16:57

Newbie trying to finish the My first App tutorial provided by Google. On the way to this fatal exception I did import a lot of random packages to get rid of \"cannot be reso

5条回答
  •  执笔经年
    2020-12-03 17:40

    I deleted 'build' folder in "yourAppName\app" folder

    and everything worked fine. If above solution didn't work, try this. build folder will be auto-generate when you build your project again.

提交回复
热议问题