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.
1 Like
Which version of Katalon Studio are you using?
katalon 9.6.0
If adb devices shows the emulator but Katalon Studio doesn’t, try:
-
Restart ADB:
adb kill-server adb start-server -
Reopen Katalon Studio.
-
Verify Android SDK Path
-
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.

