Unsupported Display Type

When i download this application from roku website.

https://sdkdocs.roku.com/display/sdkdoc … ph+Samples

It’s giving me error of

“Unsupported Display Type. This application only supports standard-defination display types. To run Roku Scene Graph tutorial, you must switch to a standard definition display type”

Any help why it’s giving me that error ?

And what i needed to do avoid it ?

looks like the format for the ui_resolution line in the manifest file has changed. It doesn’t seem to need the quotes that were in the original file. I also went to upper case. Try this on line 14 instead:

ui_resolutions=HD

I removed this line "ui_resolutions=“hd” from manifest it works for me.