Hi, I’ve developed a TV application for Android TV using Flutter and now I want to adapt it for Tizen to run on Samsung TVs. I’ve installed Tizen Studio and Flutter-Tizen, but when I attempt to run the emulator using Flutter-Tizen or directly from Tizen Studio, I receive an error message stating that it couldn’t start because my hardware doesn’t support HW virtualization. It suggests installing KVM or HAX. I’m using macOS 14 with an M3 processor and I regularly run iOS and Android emulators, so I’m puzzled as to why it’s indicating that I lack virtualization support.
I have an amd cpu with windows and had a similar issue…
Based on annecdotal evidence it apprsrs that the tizen emulators are meant to run on Intel CPUs…
Can you run parrallels, docker, or some other virtualization platform on your computer ?
Maybe try that way?
I haven’t tried “parallels” yet, but I was planning to try installing Tizen Studio in a virtual environment. And yes, Docker, Android emulator, and iOS simulator are running really well.