This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal. |
I'm using Windows 10, Kony Visualizer 8.2. I'm not very familiar with Kony or Android Studio.
I have one configured Android Emulator named "Nexus5X." The location points to a copy of emulator.exe which exists, and the AVD Name matches the one in Android Studio, and I can launch it from there just fine.
I used to be able to launch my Android emulator directly from within Kony by going to Product->Launch Emulator->Nexus 5X->Native. Now if I do that, I get this output:
AVD: Nexus_5X_API_26
APK: C:\Users\{**}\KonyVizEWS\temp\EmployeeDirectory\build\luaandroid\dist\luavmandroid.apk
AppId: EmpDirectory
Emulator arguments: " "
Package: com.orgname.EmployeeDirectory
serialnumber: emulator-5554
profileapp: false
devlang: js
Web Selected: false
adb.exe
com.orgname.EmployeeDirectory
emulator-5554
5554
Launching emulator
* daemon not running; starting now at tcp:5037
* daemon started successfully
error: device 'emulator-5554' not found
error: device 'emulator-5554' not found
Waiting for HOME to launch
Waiting..
- waiting for device -
If I open a command prompt and type "adb devices," it outputs this:
List of devices attached
If I launch Nexus_5X_API_26 through Android Studio and then run the same command, it outputs this:
List of devices attached
emulator-5554 device
Previously I was having this same problem, except that the command was outputting "emulator-5556" and I don't know why, but a Windows reboot set it back to "emulator-5554" but didn't solve the problem.
I tried deleting the AVD and emulator profile and recreating them, but it didn't help.