简体   繁体   English

Tizen TV - 如何在模拟器上启动应用程序?

[英]Tizen TV - how to launch the app on the emulator?

I'm using the latest version of Tizen Studio and all of the development tools.我正在使用最新版本的 Tizen Studio 和所有开发工具。 When I try to launch my app on an emulator, it starts, but there is no sign of the presence of the application - just an empty system.当我尝试在模拟器上启动我的应用程序时,它会启动,但没有应用程序存在的迹象 - 只是一个空系统。 The "simulator" works properly, but it's just a browser, and I need to test some custom APIs. “模拟器”工作正常,但它只是一个浏览器,我需要测试一些自定义 API。 What should i do?我应该怎么办? And if I try to drop the ready.wgt file into the emulator, it gives me a strange error: "closed"如果我尝试将 ready.wgt 文件放到模拟器中,它会给我一个奇怪的错误:“关闭”

I remembered what the issue was.我想起了问题所在。 In your project directory there should be a file called .tproject .在您的项目目录中应该有一个名为.tproject的文件。 In that file ensure the <name> node's value is tv-samsung-5.0 or tv-samsung-4.0 depending on your tizen target.在该文件中,确保<name>节点的值为tv-samsung-5.0tv-samsung-4.0 ,具体取决于您的 tizen 目标。 If the value is just tv-5.0 or tv-4.0 you'll get the vague closed error.如果该值只是tv-5.0tv-4.0 ,您将收到模糊的关闭错误。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM