android - Crosswalk - Build and Manifest -
i'm using crosswalk projects need run on android 2.2 , up.
i'm looking documentation manifest.json because didn't find lists properties can use.
i know if there way manually edit androidmanifest.xml before build in order change permissions or sdk version.
eventually, glad if move build folder crosswalk-environment project folder. moment, can move apks --target-dir.
here folder structure :
-myapp_project -myapp_www -[move build folder here] -crosswalk-env -...content... -[build folders there]
thanks
i'm new crosswalk, answer should not perfect.
as previous comment, documentation of manifest.json found in https://github.com/crosswalk-project/crosswalk-website/wiki/crosswalk-manifest.
it says can set permissions
properties don't have edit androidmanifest.xml directly. (though have not tested it)
i don't know how handle crosswalk's sdk directory neither, simple build.bat
script mitigate pain.
@set xwalk_home=c:/path/to/crosswalk-5.34.104.5 @set arch=x86 @set out=%~dp0%out @mkdir %out% @cd %xwalk_home% python make_apk.py ^ --manifest=%~dp0/src/manifest.json ^ --package=this.is.required.for.shared.mode ^ --target-dir=%out% ^ --mode=shared ^ --enable-remote-debug @cd %~dp0
Comments
Post a Comment