Languages

Menu
Sites
Language
How to connect Tizen emulator to the internet.

i am using linux mint.

Responses

3 Replies
daniel kim

Hi

AFAK, there is no addtional option for internet connection on emulator. please just check an internet connection on your PC.

Regards,

Palitsyna

Hello,

You can find more information about Tizen Emulator here:

https://developer.tizen.org/documentation/development-tools/common-tools/emulator

Seoghyun Kang

Hello,

 

There is no need to change the some options on emulator.

But if you want to connect to the internet in the Tizen web application, you need to use the "access" property at the config.xml.

 

 

The following example show the setting in the config.xml file.

<access origin="*" subdomains="true"/>

 

 

And you also need to add the privilege at the config.xml.

<tizen:privilege name="http://tizen.org/privilege/internet"/>

 

Thanks.