CN109117175B - APK decompilation-based desktop end packaging method and packaging tool for fast packaging - Google Patents

APK decompilation-based desktop end packaging method and packaging tool for fast packaging Download PDF

Info

Publication number
CN109117175B
CN109117175B CN201810858460.6A CN201810858460A CN109117175B CN 109117175 B CN109117175 B CN 109117175B CN 201810858460 A CN201810858460 A CN 201810858460A CN 109117175 B CN109117175 B CN 109117175B
Authority
CN
China
Prior art keywords
packaging
apk
file
configuration
package
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201810858460.6A
Other languages
Chinese (zh)
Other versions
CN109117175A (en
Inventor
朱愚
邹旭东
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Chengdu Chinamcloud Technology Co ltd
Original Assignee
Chengdu Chinamcloud Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Chengdu Chinamcloud Technology Co ltd filed Critical Chengdu Chinamcloud Technology Co ltd
Priority to CN201810858460.6A priority Critical patent/CN109117175B/en
Publication of CN109117175A publication Critical patent/CN109117175A/en
Application granted granted Critical
Publication of CN109117175B publication Critical patent/CN109117175B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation

Abstract

The invention relates to a packaging method and a packaging tool for quickly packaging a desktop end based on APK decompilation, wherein the packaging steps sequentially comprise filling or importing basic data of a target APP to be packaged, selecting a desktop icon or a start graph of the APP, selecting a source APK file, an APP signature file and signature file information for packaging, performing decompression operation by using APKtool according to the selected source APK file, decompressing to an appointed cache directory for packaging, modifying or replacing decompressed package information according to the filled and selected packaging data to generate a new package, performing new package construction and compilation by using the APKtool, generating an unsigned APK package, signing the unsigned APK package, and storing after the signing is completed.

Description

APK decompilation-based desktop end packaging method and packaging tool for fast packaging
Technical Field
The invention relates to the technical field of computer data processing, in particular to a packaging method and a packaging tool for quickly packaging a desktop end based on APK (android package) decompilation.
Background
At present, APP factory project packaging needs to fill in a plurality of configuration files (such as three-party platform keys, various interface address configurations and the like) and various icon files, configuration replacement and compiling based on source codes cause complex configuration, errors are prone to occurring, compiling time is long after projects are too large, in addition, three-party sharing and login of a WeChat platform need to manually create a java file which is the same as the APP package name and compile to generate a smali file, manual packaging can be forgotten, sharing or login cannot be conducted, APP three-party pushing also needs to have the same name as some pushing configuration requirements in manifest.
Disclosure of Invention
The invention aims to overcome the defects of the prior art and provides a desktop end packaging method based on APK decompilation and rapid package, so as to realize rapid package of APK files.
The purpose of the invention is realized by the following technical scheme:
a packaging method for quickly packaging a desktop terminal based on APK decompilation comprises the following steps:
s1: filling or importing basic data of the target APP to be packaged;
s2: selecting a desktop icon or a starting image of the APP, selecting a source APK file and an APP signature file for packaging, and filling in signature file information;
s3: according to the selected source APK file, carrying out decompression operation by using APKtool, and decompressing to a specified cache directory for packaging;
s4: modifying or replacing the decompressed packet information according to the filled and selected packaging data to generate a new packet;
s5: using APKtool to construct a new package and compile back to generate an unsigned APK package;
s6: and signing the unsigned APK package, and storing the signed APK package after the signing is finished.
Further, the basic data includes APP name, package name, ID applied by the three-party platform sdk, key, and basic interface address information.
Further, the file information includes a file alias and a password.
Further, the step S4 includes the following sub-steps:
s01: modify android manifest. xml file;
s02: amending strings.xml files under the values directory;
s03: reading a dimes.xml file to generate a large-screen advertising machine adaptation file for the second time;
s04: generating a WXEntryActivity.smili file according to the package name, so that WeChat three parties can normally share or log in the file;
s05: replacing an APP startup graph and an APP desktop icon in the dram directory;
s06: and a configuration file required by the APP is obtained in advance according to the address parameters of the filling interface and the like, and is written into a new packet, so that the cache configuration is adopted when the APP extraction configuration fails.
Further, the signature mode is to use jar under the jdk directory to sign the generated APK according to the selected signature file.
Further, the APK after the signature is successful is stored, and the cache file after unpacking is deleted.
An APK decompilation-based packaging tool for quickly packaging a desktop end, comprising:
and the configuration item module is developed by java swing, the configuration items exist in an xml form, and the corresponding APP configuration fields are automatically read and identified by analyzing the xml file to generate text boxes and picture selector functions which can be easily understood and input by a user. The information of the filling configuration items is easy to visually check, the position of the corresponding configuration field does not need to be directly searched in the source code for modification, and the possibility of modification errors is avoided. After configuration items are newly added in the code, the configuration items can be newly added in the xml file, and after the configuration items are newly added, the packaging tool interface can automatically generate an input box of a new field, so that the expandability is strong.
The configuration item import and export module can carry out import and export storage operation on data filled in the tool interface, can carry out convenient import in next use, does not need to manually fill in each time, increases packing efficiency, and can effectively manage configuration files.
And the APK packages a core module, and the module can decompress the APK, replace configuration information, adapt a screen, perform specific other operations, and perform new APK construction generation and re-signature operations. When a user completes filling or importing all configuration information, then clicks a package starting button, the module decompresses to an appointed directory according to a package APK source file selected by the user, after decompression is completed, configuration data filled by the user are replaced by configuration data and resource files in the decompressed APK directory through a program, and after replacement of configuration items, automatic adaptation of a large-screen advertising machine and adaptation operation of three parties sdk to special requirements of manifest. A user can automatically pop up a dialog box similar to an excel form in the packaging process if clicking to select custom string in the packaging process or before packaging, can edit cells in the form, can automatically store the cells after completing the operation, can reconstruct and generate a new APK file after completing the process, can perform secondary signature according to the filled-in signature file information after completing the generation of the new APK file, and can install a new APK package after completing the signature until the packaging work is completely completed.
And the multi-channel packaging module can automatically package to generate APK files with different channel names at one time according to a channel list imported by a user without manually printing installation packages with different channel names one by one. The channel name configuration is simple and is a common line feed text, the line feed is a channel name, and the user can conveniently operate the channel name configuration.
Further, the packaging tool may perform multiple packaging tasks simultaneously.
Further, the packaging tool may perform multiple packaging tasks simultaneously.
The invention has the beneficial effects that: the method saves various configuration information such as three-party key configuration information, interface addresses and the like from a source code during packaging, automatically replaces the packet information for robbery, and avoids the possibility of manually modifying errors. The icon is replaced automatically, the image file is started, the image file on the physical directory of the computer is selected manually to be replaced, replacement on the source code is not needed, the class file which is required by WeChat three-party sharing and is created automatically according to the possibility that the image is modified and replaced on the source code is avoided to be compiled into the APK, the situation that a WeChat platform cannot share or log in problems due to the fact that the class file with the same package name is lack after packaging is avoided, basic configuration cannot be found due to network reasons when the APP is started, and the problem that the APP is initialized and displayed abnormally is caused.
Drawings
FIG. 1 is a flow chart of the present invention;
FIG. 2 is an input packager name interface upon startup;
FIG. 3 is a data fill-in interface;
FIG. 4 is an operation interface for modifying string file row secondary editing modification values during construction;
FIG. 5 is a new package creation save interface;
FIG. 6 is a packaging tool automatically generating a field filling interface from a UI file.
Detailed Description
The technical solution of the present invention is further described in detail with reference to the following specific examples, but the scope of the present invention is not limited to the following.
The utility model provides a quick package desktop end packing method based on APP decompilation, this desktop end packing instrument is based on java swing and c + + development, and operation environment windows x64 bit system can directly select APP file or the APP catalogue after unpacking, carries out automatic packing signature according to filling in configuration item and generates APP, and its each item function index is as follows:
the window operation is a design basis, and the most convenient and familiar operation experience is achieved;
automatically generating a display control by various configuration items based on the xml file;
different packaging UIs can be generated by selecting the xml configuration file in a self-defined manner;
a plurality of packaging tasks can be carried out simultaneously;
decompiling and modifying the secondary signature by the APP file;
adapting the advertising machine;
supporting multi-channel packaging;
supporting secondary compiling of strings files in the packing process;
supporting the user-defined starting class in the packaging process;
the filled configuration data can be stored and imported in a packaging mode, and secondary filling trouble is avoided;
and automatically acquiring basic configuration items according to the filled interface address parameters and writing the basic configuration items into a new packet during packaging.
As shown in fig. 1, the automatic packaging implementation steps are as follows:
1 packaging basic data filling and importing
Filling or importing basic packaging data, such as information of APP names, package names, id and key applied by the three-party platform sdk, basic interface addresses and the like; the operation interface refers to fig. 2 and 3.
Selecting a desktop icon or a starting picture of the APP, selecting a source APP file for packaging, selecting an APP signature file, filling out an alias of the signature file, a password and the like.
2 running packet
2.1 unpacking: and according to the selected source APP file, performing decompression operation by using the APPtools. And decompressing to a specified cache directory for the packet.
2.2 modifying the decompressed package information according to the filled and checked packed data, wherein the operation interface is as shown in fig. 4, and the modification items comprise modification of android manifest. xml files and modification of strings.xml files under a values directory;
2.3 reading the dimens.xml file to generate a large-screen advertising machine adapting file for the second time;
2.4 generating a WXEntryActivity.smili file according to the package name, so that a WeChat three party can normally share or log in the file;
2.5 replacing an APP startup graph and an APP desktop icon under the dram directory;
2.6, a configuration file required by the APP is obtained in advance according to the address parameters of the filling interface and the like, and is written into a new packet, so that the cache configuration is adopted when the APP fails to pick the configuration;
2.7 using APPtool to construct a new package and then compiling to generate an unsigned APP package;
2.8 using jarsinger under the jdk directory to sign the generated APP according to the selected signature file;
2.9 storing APK after signature success, and deleting cache file after unpacking.
A desktop packaging tool for implementing the above functions, comprising:
and the configuration item module is developed by java swing, the configuration items exist in an xml form, and the corresponding APP configuration fields are automatically read and identified by analyzing the xml file to generate text boxes and picture selector functions which can be easily understood and input by a user. The information of the filling configuration items is easy to visually check, the position of the corresponding configuration field does not need to be directly searched in the source code for modification, and the possibility of modification errors is avoided. After configuration items are newly added in the code, the configuration items can be newly added in the xml file, and after the configuration items are newly added, the packaging tool interface can automatically generate an input box of a new field, so that the expandability is strong.
And the configuration item importing and exporting module. The module can be used for storing and exporting the data filled in the tool interface, can be conveniently imported in next use, does not need to be manually filled in each time, increases the packaging efficiency and can effectively manage the configuration files.
And an APK packaging core module. The module decompresses the APK, replaces configuration information, adapts the screen, performs other specific operations, and performs new APK construction generation and re-signature operations. When a user completes filling or importing all configuration information, then clicks a package starting button, the module decompresses to an appointed directory according to a package APK source file selected by the user, after decompression is completed, configuration data filled by the user are replaced by configuration data and resource files in the decompressed APK directory through a program, and after replacement of configuration items, automatic adaptation of a large-screen advertising machine and adaptation operation of three parties sdk to special requirements of manifest. A user can automatically pop up a dialog box similar to an excel form in the packaging process if clicking to select custom string in the packaging process or before packaging, can edit cells in the form, can automatically store the cells after completing the operation, can reconstruct and generate a new APK file after completing the process, can perform secondary signature according to the filled-in signature file information after completing the generation of the new APK file, and can install a new APK package after completing the signature until the packaging work is completely completed.
And a multi-channel packaging module. The multi-channel packaging can automatically package to generate APK files with different channel names at one time according to a channel list imported by a user, and installation packages with different channel names do not need to be manually printed one by one. The channel name configuration is simple and is a common line feed text, the line feed is a channel name, and the user can conveniently operate the channel name configuration.
The foregoing is illustrative of the preferred embodiments of this invention, and it is to be understood that the invention is not limited to the precise form disclosed herein and that various other combinations, modifications, and environments may be resorted to, falling within the scope of the concept as disclosed herein, either as described above or as apparent to those skilled in the relevant art. And that modifications and variations may be effected by those skilled in the art without departing from the spirit and scope of the invention as defined by the appended claims.

Claims (8)

1. An APK decompilation-based method for quickly packaging a desktop end is characterized by comprising the following steps:
s1: filling or importing basic data of the target APP to be packaged;
s2: selecting a desktop icon or a starting image of the APP, selecting a source APK file and an APP signature file for packaging, and filling in signature file information;
s3: according to the selected source APK file, carrying out decompression operation by using APKtool, and decompressing to a specified cache directory for packaging;
s4: modifying or replacing the decompressed packet information according to the filled and selected packaging data to generate a new packet;
s5: using APKtool to construct a new package and compile back to generate an unsigned APK package;
s6: signing the unsigned APK package, and storing the signed APK package after the signing is finished;
the method is implemented by a packaging tool, the tool comprising:
the system comprises a configuration item module, a data processing module and a data processing module, wherein the configuration item module is developed by java swing, exists in an xml form, automatically reads and identifies a corresponding APP configuration field by analyzing an xml file, and generates a text box and a picture selector function which can be easily understood and input by a user; after configuration items are newly added in the code, the configuration items can be newly added in an xml file, and a packaging tool interface can automatically generate an input box of a new field after the configuration items are newly added, so that the expandability is strong;
the configuration item import and export module can store and export data filled in the tool interface, can be conveniently imported for next use, does not need to be manually filled in each time, increases the packaging efficiency and can effectively manage configuration files;
an APK packaging core module which decompresses APK, replaces configuration information, adapts screen, performs other specific operations, creates new APK and re-signs, clicks a packaging start button after a user fills or imports all configuration information, decompresses the APK source file selected by the user to an appointed directory, performs configuration data and resource file replacement in the decompressed APK directory through a program after decompression is completed, and performs one-time large-screen advertisement player automatic adaptation and adaptation operation of three parties sdk to achieve special requirements on manifest.xml after configuration item replacement; during or before packaging, if a user clicks and selects custom string, a dialog box similar to an excel form can be automatically popped up in the packaging process, cells in the form can be edited, the dialog box can be automatically stored after the operation is finished, a new APK file can be reconstructed and generated after the process is finished, secondary signature can be carried out according to the filled signature file information after the new APK file is generated, and a new APK installation package is installed after the signature is finished until the packaging work is completely finished;
the multi-channel packaging module automatically packages and generates APK files with different channel names at one time according to a channel list imported by a user, and does not need to manually print installation packages with different channel names one by one, channel name configuration is simple and is a common line-changing text, and line-changing is a channel name.
2. The APK-based decompiling fast package desktop-side packaging method according to claim 1, wherein the basic data comprises APP name, package name, ID, key applied by the tripartite platform sdk, and basic interface address information.
3. The APK-based decompiling fast package desktop-side packaging method according to claim 2, wherein the file information comprises file aliases and passwords.
4. The APK-based decompiling fast package desktop-end packaging method of claim 3, wherein the step S4 comprises the following sub-steps:
s01: modify android manifest. xml file;
s02: amending strings.xml files under the values directory;
s03: reading a dimes.xml file to generate a large-screen advertising machine adaptation file for the second time;
s04: generating a WXEntryActivity.smili file according to the package name, so that WeChat three parties can normally share or log in the file;
s05: replacing an APP startup graph and an APP desktop icon in the dram directory;
s06: and a configuration file required by the APP is obtained in advance according to the address parameters of the filling interface and the like, and is written into a new packet, so that the cache configuration is adopted when the APP extraction configuration fails.
5. The APK decompiling based rapid package desktop-side packaging method according to claim 4, wherein the signature mode is to use jarsinger under a jdk directory to sign the generated APK according to the selected signature file.
6. The APK-based decompiling and fast packaging desktop-side packaging method according to claim 5, wherein the APK after signature success is stored, and the cache file after unpacking is deleted.
7. An APK-based decompilation fast package desktop-side packaging tool for implementing any one of claims 1-6, wherein: the tool comprises:
the system comprises a configuration item module, a data processing module and a data processing module, wherein the configuration item module is developed by java swing, exists in an xml form, automatically reads and identifies a corresponding APP configuration field by analyzing an xml file, and generates a text box and a picture selector function which can be easily understood and input by a user; after configuration items are newly added in the code, the configuration items can be newly added in an xml file, and a packaging tool interface can automatically generate an input box of a new field after the configuration items are newly added, so that the expandability is strong;
the configuration item import and export module can store and export data filled in the tool interface, can be conveniently imported for next use, does not need to be manually filled in each time, increases the packaging efficiency and can effectively manage configuration files;
an APK packaging core module which decompresses APK, replaces configuration information, adapts screen, performs other specific operations, creates new APK and re-signs, clicks a packaging start button after a user fills or imports all configuration information, decompresses the APK source file selected by the user to an appointed directory, performs configuration data and resource file replacement in the decompressed APK directory through a program after decompression is completed, and performs one-time large-screen advertisement player automatic adaptation and adaptation operation of three parties sdk to achieve special requirements on manifest.xml after configuration item replacement; during or before packaging, if a user clicks and selects custom string, a dialog box similar to an excel form can be automatically popped up in the packaging process, cells in the form can be edited, the dialog box can be automatically stored after the operation is finished, a new APK file can be reconstructed and generated after the process is finished, secondary signature can be carried out according to the filled signature file information after the new APK file is generated, and a new APK installation package is installed after the signature is finished until the packaging work is completely finished;
the multi-channel packaging module automatically packages and generates APK files with different channel names at one time according to a channel list imported by a user, and does not need to manually print installation packages with different channel names one by one, channel name configuration is simple and is a common line-changing text, and line-changing is a channel name.
8. The APK-based decompilation fast package desktop-side packaging tool of claim 7, wherein the packaging tool can perform multiple packaging tasks simultaneously.
CN201810858460.6A 2018-07-31 2018-07-31 APK decompilation-based desktop end packaging method and packaging tool for fast packaging Active CN109117175B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810858460.6A CN109117175B (en) 2018-07-31 2018-07-31 APK decompilation-based desktop end packaging method and packaging tool for fast packaging

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810858460.6A CN109117175B (en) 2018-07-31 2018-07-31 APK decompilation-based desktop end packaging method and packaging tool for fast packaging

Publications (2)

Publication Number Publication Date
CN109117175A CN109117175A (en) 2019-01-01
CN109117175B true CN109117175B (en) 2022-01-28

Family

ID=64863757

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810858460.6A Active CN109117175B (en) 2018-07-31 2018-07-31 APK decompilation-based desktop end packaging method and packaging tool for fast packaging

Country Status (1)

Country Link
CN (1) CN109117175B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112083953A (en) * 2020-08-26 2020-12-15 武汉普利商用机器有限公司 Android application program construction method and device
CN112965744A (en) * 2021-03-16 2021-06-15 江苏斑马软件技术有限公司 Batch packaging method and device for RN hybrid APP
CN116755713A (en) * 2023-08-16 2023-09-15 深圳传趣网络技术有限公司 Application program generation method, device, equipment and storage medium

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102707977A (en) * 2012-05-17 2012-10-03 江苏中科梦兰电子科技有限公司 Increment upgrading method based on Android application software
CN104484585A (en) * 2014-11-26 2015-04-01 北京奇虎科技有限公司 Application program installation package processing method and device, and mobile apparatus
WO2016054880A1 (en) * 2014-10-08 2016-04-14 中兴通讯股份有限公司 Apk file application expanding method and device
CN106095442A (en) * 2016-06-13 2016-11-09 福州智永信息科技有限公司 Automatic high speed contract-out party's method based on web
CN106126205A (en) * 2016-06-14 2016-11-16 武汉斗鱼网络科技有限公司 The rapid batch of a kind of Android program installation kit generates method and system
CN106709286A (en) * 2016-11-30 2017-05-24 江苏神州信源系统工程有限公司 Method for performing security reinforcement on apk resource package
CN107479939A (en) * 2017-09-29 2017-12-15 厦门天锐科技股份有限公司 A kind of APK installation kits repeat the implementation method of packing
CN108279912A (en) * 2018-01-23 2018-07-13 北京粉笔蓝天科技有限公司 The more Custom Attributes installation kit automatic generation methods of Android, system and storage medium

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2014010847A1 (en) * 2012-07-09 2014-01-16 주식회사 안랩 Apparatus and method for diagnosing malicious applications
CN104077118A (en) * 2013-03-27 2014-10-01 腾讯科技(深圳)有限公司 Resource customization method and resource customization device of application program

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102707977A (en) * 2012-05-17 2012-10-03 江苏中科梦兰电子科技有限公司 Increment upgrading method based on Android application software
WO2016054880A1 (en) * 2014-10-08 2016-04-14 中兴通讯股份有限公司 Apk file application expanding method and device
CN104484585A (en) * 2014-11-26 2015-04-01 北京奇虎科技有限公司 Application program installation package processing method and device, and mobile apparatus
CN106095442A (en) * 2016-06-13 2016-11-09 福州智永信息科技有限公司 Automatic high speed contract-out party's method based on web
CN106126205A (en) * 2016-06-14 2016-11-16 武汉斗鱼网络科技有限公司 The rapid batch of a kind of Android program installation kit generates method and system
CN106709286A (en) * 2016-11-30 2017-05-24 江苏神州信源系统工程有限公司 Method for performing security reinforcement on apk resource package
CN107479939A (en) * 2017-09-29 2017-12-15 厦门天锐科技股份有限公司 A kind of APK installation kits repeat the implementation method of packing
CN108279912A (en) * 2018-01-23 2018-07-13 北京粉笔蓝天科技有限公司 The more Custom Attributes installation kit automatic generation methods of Android, system and storage medium

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
Android malware detection through permission and package;Xiangyu-Ju;《International Conference on Wavelet Analysis and Pattern Recognition》;20141120;全文 *
加密与加壳相结合的Android应用安全加固技术的研究与实现;梁静;《cnki优秀硕士学位论文全文库 信息科技辑》;20180326;全文 *

Also Published As

Publication number Publication date
CN109117175A (en) 2019-01-01

Similar Documents

Publication Publication Date Title
CN109117175B (en) APK decompilation-based desktop end packaging method and packaging tool for fast packaging
CN111290778B (en) AI model packaging method, platform and electronic equipment
US9524279B2 (en) Help document animated visualization
CN108021614A (en) A kind of method and system for page dynamic load
CN107704239B (en) Configuration generation method and device and electronic equipment
CN105677302A (en) Application program modularization developing method and device
CN105824787A (en) Control method and system for dynamic configuration of HTML template
CN104750472A (en) Resource bundle management method and device of terminal application
CN101944017B (en) Method and device for producing Widget
CN112000320A (en) Automatic code generation method, device, equipment and storage medium
CN113704706B (en) Code reinforcement method and device
CN115688675A (en) Method for flexibly checking and correcting circuit schematic diagram parameters on line
CN108694049B (en) Method and equipment for updating software
CN114416547A (en) Test case based test method
CN108874429A (en) A kind of android system integration automatic packaging method
CN115016785B (en) Front-end item packaging method and device for multi-environment sharing
CN111538500A (en) Method and system for visually modifying menu
CN104142824A (en) Code generator based on class library and realization method of code generator
CN116400914A (en) Method for quickly constructing web application based on data model
CN112926011B (en) Station group creation method and system
US9552347B1 (en) Data grid cell styling systems and methods
CN111124386B (en) Animation event processing method, device, equipment and storage medium based on Unity
CN114895880A (en) Code generation method and device and computer readable medium
CN112417818A (en) Document directory generation method and device, storage medium and electronic equipment
CN105279247A (en) Expression library generation method and device

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant