Project1

标题: MV按教程打包安卓APK,执行python时出现错误,求帮助 [打印本页]

作者: shimotsukiken    时间: 2015-12-21 22:35
标题: MV按教程打包安卓APK,执行python时出现错误,求帮助
cmd执行打包的时候出现如下错误
  1. D:\workplace\kiseki\kiseki\www>python C:\crosswalk-10.39.235.16\make_apk.py --pa
  2. ckage=com.example.kiseki --manifest=manifest.json
  3. There is a parser error in manifest.json file: Expecting value: line 1 column 1
  4. (char 0)
复制代码
这是manifest.json里的代码
  1. {
  2.   "kiseki":"Sample",
  3.   "xwalk_version": "3.4.3",
  4.   "start_url":"index.html",
  5.   "display":"fullscreen",
  6.   "orientation":"landscape",
  7.   "icons": [
  8.     {
  9.       "src": "icon/icon.png",
  10.       "sizes": "48x48",
  11.       "type": "image/png",
  12.       "density": "4.0"
  13.     },
  14.     {
  15.       "src": "icon/icon.png",
  16.       "sizes": "72x72",
  17.       "type": "image/png",
  18.       "density": "4.0"
  19.     },
  20.     {
  21.       "src": "icon/icon.png",
  22.       "sizes": "96x96",
  23.       "type": "image/png",
  24.       "density": "4.0"
  25.     },
  26.     {
  27.       "src": "icon/icon.png",
  28.       "sizes": "144x144",
  29.       "type": "image/png",
  30.       "density": "4.0"
  31.     },
  32.     {
  33.       "src": "icon/icon.png",
  34.       "sizes": "192x192",
  35.       "type": "image/png",
  36.       "density": "4.0"
  37.     },
  38.     {
  39.       "src": "icon/icon.png",
  40.       "sizes": "512x512",
  41.       "type": "image/png",
  42.       "density": "4.0"
  43.     }
  44.   ]
  45. }
复制代码
请问到底怎么修改,求具体!
作者: trentswd    时间: 2015-12-21 22:39
我没弄过,纯趴在地上猜测
你是不是保存成utf8带bom的编码了?用utf8不带bom的试试看
作者: andrewx    时间: 2015-12-22 00:25
本帖最后由 andrewx 于 2015-12-22 01:22 编辑

检查如下问题:
  第二行第一个引号里应该是"name",你的kiseki应该改在后面的"Sample"里面
  检查你是不是在icon文件夹里做了所有对应分辨率的图片。如果你没有做,那么在icon这一类的方括号里只保留一组大括号内容,src的图片文件名与你icon文件夹里的文件名一致,并且注意大括号后不要有多的逗号
  检查编码,检查所有素材的文件名,不能有非半角英文字符
我墙裂怀疑问题出在第一第二项。。。
作者: shimotsukiken    时间: 2015-12-22 09:07
非常感谢2楼和3楼的回答,成功解决了我的问题
作者: shimotsukiken    时间: 2015-12-22 09:53
接着出现了新的错误QAQ。。。我看到其他人也遇到同样问题,已经确认过工程文件里没有中文
  1. BUILD FAILED
  2. C:\sdk\tools\ant\build.xml:601: The following error occurred while executing thi
  3. s line:
  4. C:\sdk\tools\ant\build.xml:720: The following error occurred while executing thi
  5. s line:
  6. C:\sdk\tools\ant\build.xml:734: Error running javac.exe compiler
复制代码

作者: shimotsukiken    时间: 2015-12-22 15:24
trentswd 发表于 2015-12-21 22:39
我没弄过,纯趴在地上猜测
你是不是保存成utf8带bom的编码了?用utf8不带bom的试试看 ...

你好,能不能再帮我看下5楼的问题
作者: trentswd    时间: 2015-12-22 20:46
你没装jdk?




欢迎光临 Project1 (https://rpg.blue/) Powered by Discuz! X3.1