Current location - Quotes Website - Signature design - How to package HBuilderAPP
How to package HBuilderAPP
HBuilder supports packaging HTML5 applications as native applications, which can be used on Android and iOS platforms. By packaging, you can publish your application to the App Store or test it on a local device.

HBuilderAPP packaging tutorial

1. First, make sure that Node.js and Git have been installed, configure environment variables, download and install JavaDevelopmentKit(JDK), and set JAVA_HOME environment variables.

2. Create a new project in HBuilder, or open an existing project.

3. Under the project root directory, find the manifest.json file. Configure the name, icon, permissions and other information of the application according to your needs.

4. In the toolbar, select the platform to package, such as Android or iOS.

5. Select the package settings in the drop-down menu and configure them. Configuration includes application signature, target version, output path, etc.

6. Select the packaged application. Make corresponding settings and operations according to the prompts, and wait for the packaging process to be completed.

7. After packaging, you will find the generated APP file in the specified output path.