FAQ

HTML5应用程序不能通过USB内存启动

如果在清单的最后一项。 文件以逗号结束,如下例所示,应该去掉最后一个逗号“,”。

{
   "name": {
      "default" : "en_US",
      "en_US" : "Slideshow Signage"
   },
   "uuid" : "com.sony.tv.demo.slideshow",
   "description": {
      "default" : "en_US",
      "en_US" : "This is test application"
   },
   "version" : "1.0",
   "manifest_version" : "1.0",
   "app" : {
       "launch" : {
           "local_path" : "file://localhost/doc/shipin_new/index.htm"        
       }
   },
   "splash" : "splash.png",
   "icons" : {
       "128x128" : "icon.png"
   },
   "minimum_web_platform_version" : "1.0",
}

错误: “minimum_web_platform_version” : “1.0”,
正确: “minimum_web_platform_version” : “1.0”

从JSON规范的角度来看,这种行为是正确的。