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

前端 未结 7 1781
佛祖请我去吃肉
佛祖请我去吃肉 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.

提交回复
热议问题