Tizen Web 应用程序无法在模拟器上打开 [英] Tizen Web app does not open on Emulator

查看:44
本文介绍了Tizen Web 应用程序无法在模拟器上打开的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试测试我的网络应用示例,但是,当我尝试在模拟器上使用它时,没有任何反应.每次我尝试打开我的网络应用程序时,日志都会显示此消息:

I'm trying to test my web app example, but, when I try to use it on Emulator nothing happens. The log shows this message every time I try to open my web app:

07-08 04:42:16.832:信息/Tizen::App(2258:2258):静态整数Tizen::App::_AppLifecycleManager::TerminateCallback(int, void*)(741) >[E_OBJ_NOT_FOUND] 无法从 pid 2435 获取应用.

07-08 04:42:16.832 : INFO / Tizen::App ( 2258 : 2258 ) : static int Tizen::App::_AppLifecycleManager::TerminateCallback(int, void*)(741) > [E_OBJ_NOT_FOUND] Cannot acquire app from pid 2435.

我启用了 GPU 选项,我在 Windows 7 64 位上使用了 2.2.1 版本的 SDK,并且我启用了 Intel 虚拟化,但是我的模拟器没有激活它.

I have the GPU option enabled, I'm using the 2.2.1 version of SDK on Windows 7 64bits and I enabled the Intel virtualization, but, it's not activated for my emulator.

有人见过这样的吗?我无法测试我所做的任何事情,因为我的应用程序无法打开,本机应用程序正常运行,此问题仅存在于网络应用程序中.

Has anyone seen something like this? I can't test anything I do because my apps don't open, the native apps work properly, this problem is only with the web ones.

推荐答案

您可以尝试手动执行此操作:

you can try to do this manually:

sdb install your_app.wgt

然后应用程序图标将显示在模拟器上,您可以运行该应用程序.如果你想调试,你可以:

Then application icon will show on emulator and you can run the app. If you want to debug you can:

$sdb shell
$wrt-launcher -d -s your_app_id #id looks like eg.: xFS7seZxmM.CallLog 
port: 45849
result: launched
$exit
$sdb forward tcp:45849 tcp:45849

然后在您的本地主机中,在 45849 端口上您将拥有 chrome 调试控制台.您只需打开 chrome 并输入 url: localhost:45849 即可连接.

then in your localhost, on 45849 port you will have chrome debug console. You just have to open chrome and type url: localhost:45849 and you will get connected.

您也可以尝试安装 SDK 2.3 并检查您是否还有同样的问题:)

You can also try to install SDK 2.3 and check do you still have the same problem :)

这篇关于Tizen Web 应用程序无法在模拟器上打开的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆