Languages

Menu
Sites
Language
Emulator cannot be launch with Windows 7

Hello,

Above the laptop configuration I have :
OS : Windows 7 Familial Premium
Proc : Intel Core i3- CPU 2.3GHZ
RAM : 6Go
Video cart : AMD Radeo HD 7670M
Free hard disk > 250 Go

I cannot launch the Emulator Manager (from Tizen or directly from the .exe). Nothing happen when I launch it.

In the file "stderr.txt" from the emulator I have "Arguments are not enough to launch Emulator. Please try to use Emulator Manager". Somebody has any idea why the emulator is not launched ? In advance, thank you for your support.

Viken

Responses

8 Replies
Alex Ashirov

Hello,

What SDK do you use? Did you receive any error messages during SDK installation? 

Viken Toramanian

Hi,

I use the Tizen SDK for Wearable 1.0.0b2 (I try version Windows 32Bits and 64Bits --> same result). No error message appears. I click on the logo (Emulator manager) and nothing happen. 

I try to execute directly the file in folder "Tool", Emulator Manage.exe , but it is the same : no reaction.

Viken 

Alex Dem

Hi
I have Tizen sdk for win32 and it works properly.
Try to check prerequisites here: https://developer.tizen.org/downloads/sdk/installing-sdk/prerequisites-tizen-sdk
Maybe java has not been installed.
Alexey.

Alex Ashirov

Hi,

As far as I remember, if Java has not been installed then it's not possible to install the SDK at all. But anyway, first of all we need to know what SDK we are talking about.

Alex Dem

Hi,
I agree with you (it is not quite clear is the SDK for mobile or for wearable).
But it is better to check prerequisites and reboot pc after installation and  if you try to update from previous  to next SDK version there is more reliable way:
1. to uninstall prev version
2. to remove ..\tizen-sdk and ..\tizen-sdk-data folders with all content
3. to install latest sdk
Alexey.

Viken Toramanian

Hi Alex,

Java is well installed on my computer. I have no idea how to fix this problem... I'm just blocked.

Viken

Alex Ashirov

Hello,

As far as I understand error message "Arguments are not enough to launch Emulator. Please try to use Emulator Manager" is written to the file stderr.txt when you launch emulator-x86.exe. But you need to launch emulator-manager.exe.

Sterling Udell

I had the same symptom: starting Emulator Manager on Win7 did nothing. I didn't solve it as such, but did manage to work around it by launching it from Java instead, with a command line like "java.exe -jar emulator-manager.jar". Note that, depending on your environment, you may need to fully-qualify one or both pathnames here.