- Joined
- Jan 31, 2015
- Messages
- 25
- Reaction score
- 3
- First Language
- English
Hello all!
Trying to make .apk file via the instructions in RMMV help file. However, I get this:
C:\GAMEFOLDER\www>python C:\crosswalk-15.44.384.13\make_apk.py --package=com.GAMEDOMAIN.GAMENAME --manifest=manifest.json
There is a parser error in manifest.json file: Expecting value: line 1 column 1 (char 0)
Here is the manifest:
{
"name": "My Game Name",
"xwalk_version": "15.44.384.13",
"start_url": "index.html",
"display": "fullscreen",
"orientation": "landscape",
"icons": [
{
"src": "icon/icon48.png",
"sizes": "48x48",
"type": "image/png",
"density": "4.0"
},
{
"src": "icon/icon72.png",
"sizes": "72x72",
"type": "image/png",
"density": "4.0"
},
{
"src": "icon/icon96.png",
"sizes": "96x96",
"type": "image/png",
"density": "4.0"
},
{
"src": "icon/icon144.png",
"sizes": "144x144",
"type": "image/png",
"density": "4.0"
},
{
"src": "icon/icon192.png",
"sizes": "192x192",
"type": "image/png",
"density": "4.0"
},
{
"src": "icon/icon512.png",
"sizes": "512x512",
"type": "image/png",
"density": "4.0"
}
]
}
Anyone can give me a clue what's going on?
Sorry about that Andar, didn't know MV Deployment thread existed.
Nevermind, found a workaround.
Trying to make .apk file via the instructions in RMMV help file. However, I get this:
C:\GAMEFOLDER\www>python C:\crosswalk-15.44.384.13\make_apk.py --package=com.GAMEDOMAIN.GAMENAME --manifest=manifest.json
There is a parser error in manifest.json file: Expecting value: line 1 column 1 (char 0)
Here is the manifest:
{
"name": "My Game Name",
"xwalk_version": "15.44.384.13",
"start_url": "index.html",
"display": "fullscreen",
"orientation": "landscape",
"icons": [
{
"src": "icon/icon48.png",
"sizes": "48x48",
"type": "image/png",
"density": "4.0"
},
{
"src": "icon/icon72.png",
"sizes": "72x72",
"type": "image/png",
"density": "4.0"
},
{
"src": "icon/icon96.png",
"sizes": "96x96",
"type": "image/png",
"density": "4.0"
},
{
"src": "icon/icon144.png",
"sizes": "144x144",
"type": "image/png",
"density": "4.0"
},
{
"src": "icon/icon192.png",
"sizes": "192x192",
"type": "image/png",
"density": "4.0"
},
{
"src": "icon/icon512.png",
"sizes": "512x512",
"type": "image/png",
"density": "4.0"
}
]
}
Anyone can give me a clue what's going on?
Sorry about that Andar, didn't know MV Deployment thread existed.
Nevermind, found a workaround.
Last edited by a moderator:

