getting error message in Android Studio Logcat Window and logs does not appears after it
E/AndroidLogcatService: java.lang.NullPointerException
Any Solution ?
I had this problem with adb. You need to write in the terminal adb kill-server and then adb connect IP:PORT. It helped me.
I experienced a similar issue recently. I had an AVD device that I edited -- changed the name and platform version. Afterward I was seeing this same error. In my case, I simply recreated the AVD device and the error went away.