问题描述
我目前正在从事一个android项目.但是现在当我打开仿真器时,它在logcat中显示了太多错误,这些错误正在其上循环.但是仿真器昨天运行良好.今天,我只是在模拟器中wipe data
,这些错误随后开始在logcat中显示.我删除了模拟器并重新创建它,但这些错误仍然存在.你们知道为什么会出现这些错误以及如何解决这些错误吗?
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?
很少有在logcat上循环出现的错误图像
Few images of errors that looping on logcat
我正在使用的模拟器
推荐答案
AS中的某些错误是致命的,这意味着您的应用程序或AVD无法与它们一起运行.但是其中一些不是重要问题,即使logcat中有红线,您也可以运行应用程序或AVD.
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.
这篇关于Android Studio logcat打印很多错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!