You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.
The text was updated successfully, but these errors were encountered:
baleboy
changed the title
NPM documentation doesn't mention that 'version' is mandatory
'version' is a mandatory parameter in xwalk_apkgen, should probably be optional
Mar 23, 2014
If it's optional, what should we do in the manifest? Not set the version field at all or set it to a default? (Not setting it would make it difficult for the resulting package to be updated.)
I don't know :) I just noticed it was optional in make_apk so I thought the same logic could be used here. But I'm OK also mentioning in the documentation that the parameter is mandatory.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
After installing crosswalk-apk-generator with npm, the "xwalk_apkgen" command example here:
https://www.npmjs.org/package/crosswalk-apk-generator
fails because the 'version' field is missing though it seems to be mandatory. It would be better if it were optional (as in make_apk)
xwalk_apkgen --androidSDKDir
--xwalkAndroidDir
--appRoot
--appLocalPath
--name
--package
--outDir
The text was updated successfully, but these errors were encountered: