J. Nawaz
J. Nawaz

Reputation: 161

In Tizen Studio Unexpected error `Installing the package...` Web application (for watch)

I am very new to Tizen development. I was trying to run a web application (default BasicUI) in tizen watch gear s3. But getting the following error:

Installing the package... > Fail Unexpected error occurred at the below step. Installing the package... Please try again later. enter image description here

Though I when I tried the native app default template and it was okay. I am getting this problem only for web application.

Here I have also given the screenshot from the console.

enter image description here

I am using version 3 and my operation system is windwos 10. Tried both certificate Tizen and samsung.

Upvotes: 5

Views: 11279

Answers (2)

GJer
GJer

Reputation: 85

Just because your Gear S3 is on Tizen version 2.3.2 ?

Look at : Gear info -> About device -> Tizen version

But I don't understand why the native wearable app 3.0 works in my Gear S3 (2.3.2).

Upvotes: 1

Iqbal hossain
Iqbal hossain

Reputation: 1816

If you run app in Emulator, then IDE generated certificate will work. But you are running app in real Gear which has user binary, that's why you need to get author certificate from Samsung. Follow this document.

Also make sure that your development machine and Gear time is synchronized.

Also these threads may help you.

Upvotes: 4

Related Questions