Languages

Menu
Sites
Language
Visual Studio 2019 on Windows and on Mac?

Hi,

I am new in Tizen development with long time Xamarin experience. I would like to ask a few basic newbie questions.

1) I saw there is a VS 2019 extension on Windows, i want to use it instead of VS 2017. I have already openjdk installed and I added path of it as enviroment paramter as stated in the documentation. After installing the extension, i went to the tools menu and tizen package manager to install SDK, but it shows me that no java jdk is installed. i tried to install the sdk and vs 2019 got frozen, i waited but no response and i killed the process. then I opened VS 2019, it shows me no tizen menu. i had to reinstall everything. 
I tried this time using Oracle JDK 8, same problem while installing SDK, it freezes and crashes. What is the deal here? i dont see any documentation regarding installing VS 2019 but only 2017. Beside that OpenJDK is shown as supported but why it doesnt recognize it.

2) What is the correct tool to use Tizen(Xamarin.Forms) on Mac? I guess that you havent got any VS for Mac support yet? if I install Tizen Studio, my Xamarin.forms project wont run on it, so i can create a Tize(Xamarin.forms)project is that right? 

Thank you for your help.

Responses

3 Replies
Changseok Oh

Hi Emil Alipiev, 

Thanks to give your valuable feedbacks regarding Tizen Extension for Visual Studio.

I wrote some comments (Some technical checking points and technical supporting guide).

1) You need to check  whether you have registered java_home and Path to your windows environments. (If you have tried to install open jdk)

    In addtion, you should install openJFX as well. 

    The below guides your preconfiguration setting to use tizen sdk. 

    https://developer.tizen.org/development/articles/openjdk-10-and-openjfx-installation-guide

    Caution : The OpenJDK (Java 10)  and OracleJDK (Java 8) version is very important because tizen sdk doesn't support latest Java version yet. 

 

2) We are preparing Tizen Extension of Visual Studio for MAC. we expect to open beta version after simple verification process. 

    Before to support that you can use "Visual Studio Code Extension for Tizen" for Mac. 

    The below is the guide to install it. 

    https://developer.tizen.org/development/visual-studio-code-extension-tizen/installing-visual-studio-code-extension-tizen

 

    

 

Mincheol Seo

Hi,

Trying to install Tizen extension on macOS, but not able to find the “Tizen extension” on Gallery in extension section.

I have Java version as below that OpenJFX patched.

$ echo $JAVA_HOME

/Library/Java/JavaVirtualMachines/jdk-12.0.2.jdk/Contents/Home

 

macOS Catalina version 10.15.4

I have installed Tizen Studio 3.6 on the same Mac but that is running fine though.

So guessing Java is the correct version of what I should use.

Thank,

Changseok Oh

Hi Mincheol Seo,

We have released Tizen extension of "Visual Studio for Mac" last October.

You can find the detail guide to install it with below link.

~https://docs.tizen.org/application/vstools-mac/overview 

Thanks