Reputation: 95
I try to launch a webapp in tizen studio on my Gear S but always get a fatal error (see picture). I correctly added the certification - newest sdk. With the emulutar it is no problem, only on the real device. I cant choose by clicking right on the device add permissions - the permission slot is just empty.
Some ideas ?
Upvotes: 0
Views: 413
Reputation: 343
As listed here, Gear S has version 2.2.1.4 of Tizen platform. Please check if required version of your application is higher than 2.3. If so, modify config.xml and set 2.2.1.4 as your required version (You'll find it in <tizen>
tag).
If your device show up in connection explorer and If you correctly create certificates you will get Succeeded to uploaded a certificate
message when you click on "Permit to install applications" option.
Hope you'll be able to install applications now.
Upvotes: 1