Tizen错误代码1102使用“Debug as”

时间:2015-01-28 17:59:18

标签: tizen tizen-wearable-sdk

我不知道该怎么办,到处寻找可能的错误原因,到目前为止没有。

每当我尝试使用Debug As(F11)将我的应用程序放入设备时,它就会失败。如果我在正常模式下这样做,没有问题发生但我需要console.log是可用的。还有其他方法吗?我该如何解决调试问题?

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)

日志“C:\ tizen-wearable-sdk-data \ ide \ logs / ide-20150128_125226.log”文件为空

仅供参考,我正在使用:

  • Windows 8.1
  • Tizen SDK for Wearable - 版本:1.0.0 - Build id:20140905-2017
  • Galaxy Gear S(SM-R750B / SM-R750BZWAZTO)

[]的

1 个答案:

答案 0 :(得分:0)

您收到此错误的原因是因为对于可穿戴设备,Web检查器已在webkit中被禁用。因此,“调试”将不起作用,它显示错误1102。

但是你可以在可穿戴模拟器上调试你的网络应用程序,你不会遇到这个错误。