2

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

Prakash Reddy
  • 944
  • 10
  • 20
Good man
  • 33
  • 7

1 Answers1

0

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.

MMG
  • 3,226
  • 5
  • 16
  • 43
  • Yeah, My application working fine but is there any way to stop those? – Good man May 15 '20 at 14:02
  • They are in error part of logcat but they are not errors that can make issue for your app. We may solve some of them but it seems that all of them are not solvable with us. @Goodman – MMG May 15 '20 at 14:24