Unable to find Emulator device name in katalon though the Emulator is up and running

Unable to find android Emulator name in Configuration–>Device name in katalon studio. An empty dropdown is displaying. cmd line ‘Adb devices’ gives active emulator device name.


Which version of Katalon Studio are you using?

katalon 9.6.0

If adb devices shows the emulator but Katalon Studio doesn’t, try:

  1. Restart ADB:

    adb kill-server
    adb start-server
    
  2. Reopen Katalon Studio.

  3. Verify Android SDK Path

  4. Run Katalon as Administrator (on Windows).

I hope these steps resolve the issue.

Hi @aldogondolegit ,

I have followed the same instructions as you have mentioned, but I still dont find any available devices list in Katalon Studio.