HelloWorld
Last time I talked about HelloWorld, you should already be able to create a new project, the Real machine debugging,
This time, the icon customization, the start page customization and packaging.
Icon Customization
If you do not customize the icon, the default will be the top of the blog to look at the chart,
You certainly don't want to look like this, come on, customize your own icon.
Open the Manifest.json under the project, select the icon configuration at the bottom (the old version needs to be upgraded to the latest version),
Then select a crafted PNG of the 256*256 size, and the system will automatically generate icons of various sizes.
Start Page Customization
Steps as above, to not select the start picture configuration one,
Then choose a picture that is made in a variety of image size formats,
If you only build Android apps, you only need to set up Android images.
Packaging app Information
Select an application information item, and then
1. Fill in the application name
That is, the app name that appears on your phone after
2. Version number
Because the development of the time will be frequently modified packaging,
So it is recommended to use the version number to differentiate, for example using 1.1.1.2015070401, representing: large. In Small. Date
3. Page entry
The entry page after the app launches is important and will be explained in detail later.
4. Gravity Sensing
There are four modes, generally only need to choose the first kind of the line, that is, the normal screen,
There are other needs in turn select.
SDK Configuration
Which refers to the configuration of the three-party plugin,
Most of them need to enter your own Ak,sk,
For related use, refer to the third-party SDK,
Here you only need to configure Ak,sk,
More commonly used is login, pay, push, share.
Permissions Configuration
In order to give the user a better experience,
You need to delete the unwanted permissions.
Only the required permissions are reserved.
Cloud Packaging
Configured so much to finally pack it up,
Hbuilder is packaged in the cloud by default,
That is, you submit your code to the package, and then you download the packed bag,
Advantages: Regardless of your machine configuration high and low, as long as the speed can quickly pack,
Of course you can also do local packaging, which requires an Android environment and iOS environment, not recommended.
The specific choice:
1. Select Platform
Choose Android or iOS, or both
2. Select a certificate
If you just play on your own, you can choose a public certificate
But this can't be done online, and you'll need to apply for Google and Apple certificates yourself if you want to publish to the online.
3. Click Pack
Click Package, then wait, the system will show the progress, when the package is complete, will be automatically downloaded to the local,
You can use the app by opening the folder where the package is located.
More Tutorials:
Hbuilder Development App Tutorial: HTTP://UIKOO9.COM/BOOK/DETAIL/3
More study notes: Http://uikoo9.com/book
Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.
Hbuilder Developing App Tutorial 03-Customizing icons, starting pages and packaging