2

我不知道该怎么办了,到处搜索错误的可能原因,到目前为止一无所获。

每次我尝试使用 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”文件为空

仅供参考,我正在使用:

  • 视窗 8.1
  • 用于可穿戴设备的 Tizen SDK - 版本:1.0.0 - 内部版本号:20140905-2017
  • Galaxy Gear S (SM-R750B / SM-R750BZWAZTO)

[]的

4

1 回答 1

0

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

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

于 2015-05-30T16:12:35.577 回答