1

我最近刚刚下载并安装了三星智能电视 SDK 4(没有 IDE,只有模拟器)。我这样做是因为我只想测试 Web 浏览器,没有别的。

但是,当我启动模拟器(2012 版)时,我在 smarthub 上找不到任何应用程序。我创建了三星帐户,但看不到通常会出现在电视上的默认应用程序,甚至连互联网浏览器也看不到。

有什么我想念的吗?!我只是想测试互联网浏览器。

干杯。

4

2 回答 2

1

if i write an app with just location.href = "http://example.com/ is working (i have sdk 5.0) but the browser i get on the TV is not the same browser i get on the tv if i just lunch the integrated web browser app. The big difference i see is that my app has a browser without the top bar with navigation controls and also there is no mouse pointer and i need to connect an external usb mouse to the tv

how should i do to implement this ?

于 2014-02-07T11:06:27.833 回答
1

提供模拟器是为了测试您自己的应用程序,而不是运行购买电视/BRP/等的人使用他们的设备获得的应用程序。

只有您编写并放置在apps/目录中的应用程序才会出现。

也就是说,您可以编写一个除了以下内容之外什么都不做的应用程序:

location.href = "http://example.com/";
于 2013-03-26T17:02:48.630 回答