Skip to content

Building Cross platform CrossApp Project

9miao edited this page Sep 4, 2014 · 1 revision

Building Cross-platform CrossApp Project

1. Crossapp Project building in Windows

Mode of using command line: there is Python script for project buildng in CrossApp/tools/project-creator of CrossApp unzip directory, we use create_project. py to build project. So Python envrionment installation in Windows is required for create_project.py running. Python script installation is an easy job, but one thing to note here is that we need to add Python installation path in ‘Path’ of system environment variables.

Python Download: https://www.python.org/downloads/windows
Building project through command line example:

Mode of using tools: there is a project-creator.exe (project building tool) in CrossApp unzip root directory, we can directly run this tool and just need to type project and package name to start build CrossApp project. Note: for any mode you use to build project, package name’s field and initial letter cannot be number, otherwise system will have error report in Android.

2. Crossapp Project building in Mac

We can directly build CrossApp project through command line in Mac on account of Mac has its own Python envrionment, the building mode is same with Windows, run create_project .py script to build project.

Building project through command line example:

Clone this wiki locally