In some Windows environments, what can I do when the Mini Program integrated development environment (IDE) reports an error?
Close the Mini Program IDE completely, and then reopen the IDE using administrator privileges.
How can I reuse an earlier version of the Mini Program IDE?
Download and install an earlier version of the Mini Program IDE in Download center.
Downgrade the IDE version using the downgrade plan of the mobile PaaS (mPaaS) Mini Program IDE.
Open the mPaaS Mini Program IDE, and select any mini program to enter the IDE.
In the top navigation bar, choose Help > Local configuration.
Enter the following code.
{ "localAdaptorDebug": { "resourceCode": "mPaaS", "iterationId": 12000103, "productId": "tiny_app_ide_mac" } }Save and exit the mPaaS Mini Program IDE completely.
Open the mPaaS Mini Program IDE again.
How can I obtain the ID of a running mini program from code?
Use the update method to obtain information about the running mini program.