-
Notifications
You must be signed in to change notification settings - Fork 421
Building Cross platform CrossApp Project
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.
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: