언어 설정

Menu
Sites
Language
Error code 1102 using "Debug as".

I don't know what to do anymore, search everywhere for the possible cause of the error, and so far nothing.

Every time i try to lauch my app into the device using the Debug As (F11), it simple fails. If i do it in normal mode, no problem occours but i need the console.log to be avaible. There is other way to do it? How can i fix the debug problem?
 

Setting the debugging URL... > Fail
Error occurred at the below step.
 `Setting the debugging URL...`
 (Return Code:1102)Cannot read response content.
Launching the Tizen application...
# If you want to see the detailed information,
# please set the logging level to DEBUG in Preferences and check the log file in 'C:\tizen-wearable-sdk-data\ide\logs/ide-20150128_125226.log'.

[Initializing the launch environment...]
    RDS: Off
    Target information: SM-R750B
    Application information: Id(tJEO2H9vrX.BatimentoCardaco), Package Name(tJEO2H9vrX), Project Name(BatimentoCardiaco)
[Transferring the package...]
    Transferred the package: C:\Users\fav\workspace-wear\BatimentoCardiaco\BatimentoCardiaco.wgt -> /opt/usr/apps/tmp
[Stopping running application...]
[Uninstalling the package...]
start process (uninstall)

end process (ok)
spend time for pkgcmd is [1292]ms
cmd_ret:0
    Uninstalled the package: Id(tJEO2H9vrX.BatimentoCardaco)
[Installing the package...]
path is /opt/usr/apps/tmp/BatimentoCardiaco.wgt
start process (install)
..........
icon_path : /opt/usr/apps/tJEO2H9vrX/shared/res/tJEO2H9vrX.BatimentoCardaco.png
.......
end process (ok)
spend time for pkgcmd is [7358]ms
cmd_ret:0
    Installed the package: Id(tJEO2H9vrX), Version(1.0.0)
[Running the application...]
[Setting the debugging port...]
    Forwarded port: local(48254) -> remote(48254)
[Setting the debugging URL...]
Unexpected stop progress...
(17.874 sec)

FYI, i'm using:
- Windows 8.1

- Tizen SDK for Wearable
Version : 1.0.0 
Build id : 20140905-2017

- Galaxy Gear S (SM-R750B / SM-R750BZWAZTO)

[]'s

Edited by: Felipe Vasconcelos on 28 1월, 2015
답변 바로가기

Responses

4 댓글
Mark as answer
daniel kim

Hi,

I suggest you to run debug with sample application in your IDE.  if you see same message with sample code, then your workspace seems to be corrupted.

Felipe Vasconcelos

Yeah, i just created another workpace and project from scracth and copied the code, now i'm able to run as debug.

The other workspace/project just got corrupted somehow...

Thanks for the advice.

[]'s

colin Rao

I think you can write the log message on the screen. :)

Felipe Vasconcelos

Yes, i could do that, but the screen is just too small to get things working and have a log "experience" to debug hahaha
I got things to work using another workspace as i mentioned in the comment above.

Thanks for the help []'s