Android Studio Rendering Problems : The following classes could not be found

前端 未结 7 1780
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-07 22:22

I just update Android Studio, and when I restarted it, the preview window rendering failed, and I was told that

The following classes could not be fo

相关标签:
7条回答
  • 2020-12-07 22:55

    I faced this error when I created second activity in my project in the newly updated Android Studio,I solved it simply by copy pasting the whole xml code from first layout to the second and then I just removed the code that's unnecessary.

    0 讨论(0)
提交回复
热议问题