简体   繁体   English

Tizen Web应用程序无法在模拟器上打开

[英]Tizen Web app does not open on Emulator

I'm trying to test my web app example, but, when I try to use it on Emulator nothing happens. 我正在尝试测试我的Web应用程序示例,但是,当我尝试在Emulator上使用它时,没有任何反应。 The log shows this message every time I try to open my web app: 每次我尝试打开W​​eb应用程序时,日志都会显示以下消息:

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. 07-08 04:42:16.832:信息/ Tizen :: App(2258:2258):静态整数Tizen :: App :: _ AppLifecycleManager :: TerminateCallback(int,void *)(741)> [E_OBJ_NOT_FOUND]无法从以下位置获取应用程序pid 2435。

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. 我启用了GPU选项,我在Windows 7 64bits上使用2.2.1版本的SDK,并且启用了英特尔虚拟化,但是我的仿真器未激活它。

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

then in your localhost, on 45849 port you will have chrome debug console. 然后在本地主机上的45849端口上,您将拥有chrome调试控制台。 You just have to open chrome and type url: localhost:45849 and you will get connected. 您只需要打开chrome并输入url:localhost:45849,即可建立连接。

You can also try to install SDK 2.3 and check do you still have the same problem :) 您也可以尝试安装SDK 2.3,并检查是否仍然存在相同的问题:)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 WebApp无法在Tizen Emulator上打开 - WebApp does not open on Tizen Emulator console.log无法在Samsung Tizen TV Emulator(网络应用程序)中运行 - console.log not work in Samsung Tizen TV Emulator (web app) Tizen Web App中的Firebase - Firebase in Tizen Web App 为什么我的Tizen Web App在调试模式下表现不同? - Why does my Tizen Web App behave differently in debug mode? 对于旧版本的Tizen-如何在Tizen模拟器中卸载应用程序? - For old version of Tizen - How to uninstall an app in Tizen emulator? 在三星 Tizen 5.5 电视模拟器上调试 Tizen .NET 应用程序时出现问题 - Issues debugging Tizen .NET app on Samsung Tizen 5.5 TV Emulator Tizen Web 应用程序 - 嵌入<video>里面<iframe>可在模拟器中运行,但不能在实际电视上运行 - Tizen web app - Embedding <video> inside <iframe> works in emulator, but not on the actual TV (Tizen Web App)获取地理位置无法解决模拟器中的错误或成功 - (Tizen Web App) Getting the Geo Location doesn't resolve error or success in emulator 无法在模拟器上运行演示Tizen时钟应用程序 - Cannot run demo Tizen clock app on emulator 应用程序在Tizen TV模拟器中可以正常工作,但在模拟器中却没有 - App Working As Expected in the Tizen TV Simulator, but not in the Emulator
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM