The first reason is if your emulator is offline. To solve this problem you need to run the kill-server command from adb.
Open a command prompt -> go to android sdk-> go to platform-tools-> adb kill-server -> adb start-server
You need to execute the command above to remove the unknown
The second reason, if your project configuration does not match the emulator configuration
Change the emulator configuration to the project requirements. Perhaps your version of the application does not match the emulator configuration.
source share