Samsung SDK Setup
14 January 2014
These are some notes that I took when starting to develop Smart TV apps for Samsung TVs. The apps are HTML5 based, but do have some limitations and feature gaps from standard, desktop web browsers. The steps below outline how to setup the SDK and the emulator to test your apps.
Prereqs
- Installing SDK and Emulator v3.5.2 from Samsung’s download archive.
- The SDK requires C++ 2010 Redistributable. If you get a warning stating you have a different version, just uninstall the current version and proceed with the SDK setup.
- DirecX End-User Runtime - must have this installed prior to starting the SDK installation.
- Install the SDK and Emulator. You will be prompted to install Apache server, which you will need to serve your apps.
Launching Apps
- All applications are loaded from the path
C:\Program Files\Samsung\Samsung TV SDK(3.5.2)\apps
- Place your application directories here. For example,
C:\Program Files\Samsung\Samsung TV SDK(3.5.2)\apps\myApp
- The
myApp
dir structure will contain your index.html and other sub-directories.
- Place your application directories here. For example,
- Launch the applicable emulator (2010 - 2012), and select “Open App”.
- Here you will see a list of available applications.
blog comments powered by Disqus