我有一個目錄hello
含有 1.JPG hello.webapp的index.html無法在Firefox OS模擬器讀取明顯錯誤
的index.html如下:
<html>
<head>
<title>Hello World!</title>
</head>
<body>
Hello World!
</body>
</html>
hello.webapp是如下:
{
"name": "Hello World",
"description": "blah",
"launch_path": "/index.html",
"icons": {
"128":"1.png"
},
"developer": {
"name": "Richard Sueselbeck"
},
"default_locale": "en"
}
但是當我添加目錄到模擬器。它會拋出錯誤,無法讀取清單/home/user/Desktop/hello/hello.webapp
是什麼在你的根目錄?正如你將'/index.html'放入root並且'1.png'沒有root –