Someone who knows how to program Linux OS might be able to assist you.
But it is pretty neat seeing your computer screen show up on your watch. Didn't know that was possible.
But from what you said when you updated your emulator, your Emulator new version looks like it has some stricter requirements then the old previous version you had before.
I went to Tizen Emulator Developer's website and found out what your error means: https://developer.tizen.org/development/tizen-studio/web-tools/running-and-testing-your-app/emulator
Increasing the Application Execution Speed
The Tizen x86 Emulator exploits KVM (Kernel-based Virtual Machine in Linux) or HAX (Hardware Accelerated eXecution in Windows® and macOS) with HW virtualization support.
If the CPU VT is disabled in the Emulator Configuration view on the Emulator Manager, check the following prerequisites and install KVM or HAX:
- Prerequisites for using HW virtualization:
- In Ubuntu:
To use KVM, you need a processor that supports HW virtualization. Both Intel and AMD have developed those extensions for their processors (Intel VT-x/AMD-V). Check whether the CPU supports HW virtualization with the following command:
$egrep -c '(vmx|svm)' /proc/cpuinfo
If the output of the command is 0, the CPU does not support HW virtualization. Otherwise, it does.
The HW virtualization feature can also be disabled on the BIOS setting. Check the setting and enable it if you need the feature.
- In Windows®:
To use HAX, you need an Intel VT-x-supported CPU, and you must enable the NX-related setting in the PC BIOS.
- In macOS:
To use HAX, install EFI-related updates on your Intel-based Mac computer.
For more information, see EFI and SMC firmware updates for Intel-based Mac computers.
- Installing KVM or HAX:
- In Ubuntu:
No installation is required for KVM.
- In Windows® and macOS:
The HAXM driver is installed during the Tizen Studio installation. For more information on installing HAXM, see Hardware Accelerated Execution Manager.
NoteIf the installation fails with a VT-related message, check the CPU feature and BIOS settings. If the installation fails with an NX-related message, enable NX (or PAE and DEP) -related item in the BIOS. In addition, make sure that the operating system supports the NX feature (for more information, see MSDN). No configuration is required for KVM or HAX.