Hime
Hime

Reputation: 369

Black screen when executing test app on Tizen Emulator

I'm starting to work with Tizen and I'm following its tutorials. When I test my apps, they only get with a black screen when I open them on the emulator, and I don't know why is that.

Would someone know what can cause this, and how to solve it? I'm using Windows 7 64bits, I've installed the Intel Haxm and enabled the virtualization. The emulator seems to work fine, but, I still get this problem with my apps.

Thank you for the help.

Upvotes: 3

Views: 2843

Answers (5)

BaiMaoli
BaiMaoli

Reputation: 178

I had similar issue in TizenStudio 3.6 In emulator manager / Hw support, I disabled CPU-VT, and it was working.

Upvotes: 0

Paulo Coutinho
Paulo Coutinho

Reputation: 705

I had the same problem, but i solve it disabling "CPU VT" on HW Support when you create a new emulator.

Screenshot: enter image description here

Upvotes: 1

Oleksandr Galperin
Oleksandr Galperin

Reputation: 320

I have similar issue. In my case the root cause was incorrect work of CPU virtualization. My Lenovo laptop had Intel Core i7 on board which supports virtualization. But it worked incorrectly. To fix the issue I did the following steps:

  1. Disabled virtualization in BIOS and restarted Windows.
  2. Enabled virtualization in BIOS.
  3. Created new Emulator.

Hope this will be useful.

Upvotes: 0

schanti schul
schanti schul

Reputation: 721

Could be that your intel haxm is not working, causing your emulator to be very (very) slow.

Go to : System -> Adjust the appearance and performance of Windows -> DEP (DATA EXECUTION PREVENTION) -> check the second option.

Upvotes: 1

Sunil Sunny
Sunil Sunny

Reputation: 3994

Turn the GPU of the emulator off . In some machines GPU is not supported. GPU option is available in the emulator manager.

Upvotes: 8

Related Questions