Android Studio logcat printing lot of errors

蓝咒 提交于 2020-06-16 16:58:07

问题


I am currently working on an android project. But now when I open the emulator it shows too many errors in logcat and those are looping on it. But the emulator worked fine yesterday. Today I just wipe data in the emulator and those errors start to showing in logcat after that. I delete the emulator and recreate it but those errors are still coming. Do you guys have any idea why those errors come and how to fix those?

Few images of errors that looping on logcat

image 1

image 2

image 3

image 4

The emulator that I am using

image 5


回答1:


Some errors in AS are fatal, it means that your app or AVD can't run with them. But some of them are not important issues, you can run your app or AVD even there are red lines in logcat.



来源:https://stackoverflow.com/questions/61817026/android-studio-logcat-printing-lot-of-errors

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!