2

I am working on an Android App, when I am trying to run the app it the android studio shows dead word in log cat like this. The emulator starts but and App works perfectly but what is the dead word comes? Thanks in advance.

Parth Bhayani
  • 1,894
  • 3
  • 17
  • 35
scienticious
  • 438
  • 1
  • 7
  • 22

1 Answers1

5

You can remove this by

  • Removing the app from the device
  • Restarting the device (Should not have been this because it was just started befor it happened, but just in case)
  • Invalidate caches and restart in Android Studio
  • Re-run the app from the toolbar in Android Studio

This was taken from this question.

Community
  • 1
  • 1
Marko
  • 20,385
  • 13
  • 48
  • 64