CrossApp, the cross-platform mobile application development engine in the beta version, continues to iterate fast. CrossApp official alpha version keeps listening to developers' suggestions, it also absorbed the problems that most developers will encounter and quickly modified and executed them. For the alpha version, many application developers think that CrossApp entry has an environment and deployment threshold. The first step is to waste 1 ~ Two days later, and two command lines are required when creating a new CrossApp project. In view of this, CrossApp officially launched two tools to lower the threshold, they are "one-click deployment of the android environment" and "one-click Project Creation ".
Create a CrossApp project with one click
1. One-click Project Creation
In versions earlier than CrossApp beta 0.2.0, you can only create a project using the command line method. Based on the comprehensive feedback of CrossApp before development, it is complicated to create a project using the command line, therefore, starting from CrossApp beta 0.2.0, we launched a one-click CrossApp project creation tool. In addition to the original command line method, developers can also use one-click Project creation tools to create CrossApp projects.
2. How to use a one-click Project creation tool
Download CrossApp beta 0.2.0to update the SDK. After the tool is decompressed, you can see that the root directory of crossapphas A project-creator.exe tool.
The project is successfully created. You can find the project we just created under the projects directory of CrossApp.
One-click deployment of CrossApp for Android in windows (PS: Only Network disks can be uploaded because the package is too large ):
1) download the one-click tool kit for deploying the android development environment in windows.
: Http://pan.baidu.com/s/1qW6ql32#dir/path=%2FCrossApp-Ide
This package provides two tool packages: x86.rarin 32-bit systems and x64.rar in 64-bit systems. developers need to download appropriate development kits based on their own systems.
2) install the Toolkit
After the tool is decompressed, run setup.exe to start the installation of the toolkit. During the installation, you only need to follow the prompts until the installation is complete. First, the java environment will be installed and then the adt will be installed.
After the installation is complete, a prompt box will pop up. The prompt box will explain in detail step by step how to import the CrossApp project to eclipse and configure the project in the eclipse environment until it is finally run.
About CrossApp
CrossApp is a free, open-source, cross-platform App development engine. It is developed using C ++ Based on the MIT open-source protocol and rendered based on OpenGL ES 2.0, it can help all developers quickly develop cross-platform native mobile applications. Currently, it mainly supports exporting IOS and Android apps.
: Http://git.oschina.net/9miao/CrossApp
WIKI: http://www.9miao.com/product-list-16.html? From = wall
CODE hosting address: https://code.csdn.net/u012819168/crossapp