我有一个hello
包含 1.jpg hello.webapp index.html的目录
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