Languages

Menu
Sites
Language
Gear s2 에 개발한 unity tpk 파일을 어떻게 올리나요? (how to upload tpk file to Gear s2?)

unity 에서 개발한 tpk 파일을 gear s2에서 실행시켜 보려고 하는데 gear s2에 업로드 하는 방법은 wifi로 연결하여 $ sdb install [path_to_tpk] 인것을 알고 있습니다.

그래서 제가 콘솔창에 (tpk 파일의 이름은 tizenproject_test1.tpk라고 가정하고 파일의 위치는 C드라이브의 tizen-app 폴더 안에 위치되어 있습니다. )

sdb install C:\tizen-app\tizenproject_test1.tpk 또는 sdb install C:/tizen-app/tizenproject_test1.tpk 와 같이 명령어를 입력하였는데 둘다  error: more than one target found. Specify the target with -s option.

와 같은 오류가 뜹니다.  어떻게 입력을 해야  정상적으로 실행되어 gear s2에 업로드 되는 걸 까요? .. 

tizen z3 phone 에서는 위 tpk파일을 실행하는데 성공하였습니다. gear s2에도 올리기만 하면 정상적으로 실행될 것 같은데 실행하는 방법을 모르겠네요.

 

I am trying to run the tpk file developed by unity on my gear s2, but I know that it is "$ sdb install [path_to_tpk]" by connecting to wifi via upload to gear s2.

So, in my console window (assuming the name of the tpk file is tizenproject_test1.tpk, the location of the file is located in the tizen-app folder on drive C).

Sdb install C: \ tizen-app \ tizenproject_test1.tpk or sdb install C: /tizen-app/tizenproject_test1.tpk. Specify the target with -s option.

I get the same error. How do I get the input to run normally and upload to gear s2? ..

(Tizen z3 phone successfully executed the above tpk file. )

Responses

3 Replies
youngjae kim

아 방금 해결했습니다!! gear s2와 tizen z3가 함께 연결되어 있어서 발생하는 문제였습니다. tizen z3를 연결을 해제하고 gear s2만 연결하였더니 되네요!

 

Shaswati Saha

At first, please push the tpk file from the host to the target device and then try to install it after that. Follow the link below (section: Transferring Files to and from Targets and Installing and Uninstalling Applications ) for relevant commands:

https://developer.tizen.org/ko/development/tizen-studio/web-tools/running-and-testing-your-app/sdb?langredirect=1

Shaswati Saha

Also, please try disconnecting all the other devices except Gear S2.