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 .
The emulator starts but and App works perfectly but what is the dead word comes?
Thanks in advance.
Asked
Active
Viewed 3,023 times
2

Parth Bhayani
- 1,894
- 3
- 17
- 35

scienticious
- 438
- 1
- 7
- 22
1 Answers
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.