Languages

Menu
Sites
Language
Device Manager not opening on Windows 10

This is my first time setting up Tizen Studio and im looking forward to using it.

I've set up the 'Basic Watch' demo project to test everything before starting to code and this is where i stumbled upon the first problem - the Device Manager won't start. No error messages, no response, in the task manager it opens up and closes right after.
Since I'm a beginner and trying to code something for my smartwatch, I installed the Main SDK 4.0 Wearable, all Tizen SDK tools and all Extras in Extension SDK.
I guess (/hope) it's a simple error, but I don't know how to start debugging this.

Searching for this issue didn't get me far, everything is updated and setting it up completely new didn't help either.

Can someone help please? :)
What information is needed to solve this problem?

Thanks in advance!

Responses

10 Replies
Triet Nguyen

Hi,

I'm trying to figure out how to resolve the same issue.

However, afaik, the issue happened since the time I replace jdk 8 to 13. I've tried rolling back to jdk8(clean install), parallel installations of 8/13, run "Find" jdk/jre". Nothing seems to work.

The only workaround I've known so far: Either running Tizen studio with Admin Priv. or run a separated instance of Device Manager with Admin Priv. Both work fine for me, as Admin/Common User priv don't affect the Android applications on target device.

I don't know why there was such an issue/glitch like this.

I hope my approach works on you.

I guess the only fix is to fresh install Windows.

Smith

I faced the same problem. To solve it - I delete java 13 and install java 8. Everything work!

Aditya Aswani

Hi, can you please try with the latest Tizen Studio 3.7 available at https://developer.tizen.org/development/tizen-studio/download

There is no prerequisite for Java in this version of Tizen Studio. You can safely remove java installation from your machine in case not used by any other application

John Bizeray

I am having the same issue.

When I attempt to run the device manager (including from the cli) nothing opens and no error messages.

OS: Win 10

java -version output:

java version "1.8.0_241"
Java(TM) SE Runtime Environment (build 1.8.0_241-b07)
Java HotSpot(TM) 64-Bit Server VM (build 25.241-b07, mixed mode)

javac -version output:
javac 13.0.2

I have noted the suggestion that I uninstall java 13 and install java 8 but cannot believe that would be necessary since I would be hopeful that the Tizen SDK is being maintained.

 

 

 

Aditya Aswani

 

Hi, can you please try with the latest Tizen Studio 3.7 available at https://developer.tizen.org/development/tizen-studio/download

There is no prerequisite for Java in this version of Tizen Studio. You can safely remove java installation from your machine in case not used by any other application

John Bizeray

I installed jdk-8.  The device manager started.  So it appears the device manager does not work with recent versions of jdk.

Now I need to figure why my Gear S3 will not connect.

It is on the network.  I have reserved it an IP address. 

The Tizen saga continues.

Aditya Aswani

Hi, can you please try with the latest Tizen Studio 3.7 available at https://developer.tizen.org/development/tizen-studio/download

There is no prerequisite for Java in this version of Tizen Studio.

Ammar Mohd

Hi,

How to fix error "The code execution cannot proceed because msvcp120.dll was not found."?

Shepilov

Hi. I have the latest version of Tizen SDK (4.1) and jdk 8 (1.8.0.252-zulu) installed. JAVA_HOME is set to the JDK 8, added to the PATH. But the device manager is still not opening and no error is shown. 

Also when trying to start the device manager manually get these errors about missing msvcp(r)120.dll missing. I have isntalled the latest version "Visual C++ Redistributable Packages for Visual Studio 2013", copied required libraries inside device_manager folder, tried to start it as an administrator - still get errors.

Could you please help me with these issues?

Peter Groft

Step 1: Press Ctrl + Shift + Esc to launch the Task Manager on your PC.

Step 2: Click on Run new task at the top.

Step 3: In the Create new task dialog, type in devmgmt.msc and mark the ‘Create this task with administrative privileges’ box. Then, click on OK.

Regards,
Peter