Mobile apps developed using HTML5 are not mobile web pages. This is where newbies get most confused.
Mobile web files are stored on the web server, while mobile App files are stored locally on the phone. Writing mobile App
The html, js, and css files are packaged into native installation packages such as ipa or apk, and run on the mobile client.
Of course, some pages in these mobile apps can continue to be downloaded from the server as web pages.
Therefore, mobile web, when creating a new project in HBuilder, belongs to the web project. Do not place in Mobile App item
At present. Mobile web projects cannot be jointly debugged and packaged with real machines.