问题的截图
下方还会报错:An unexpected packet was received before the handshake
解决方法
我重新看来一下自己的代码,发现activity_main.xml文件里面少写了Button的定义,但是对应的java文件里面有对按钮的执行操作。在activity_main.xml补上Button后APP就可以正常运行了。
来源地址:https://blog.csdn.net/qq_56046656/article/details/129308604