CN111475199A - aar file generation method and device and electronic equipment - Google Patents

aar file generation method and device and electronic equipment Download PDF

Info

Publication number
CN111475199A
CN111475199A CN202010262894.7A CN202010262894A CN111475199A CN 111475199 A CN111475199 A CN 111475199A CN 202010262894 A CN202010262894 A CN 202010262894A CN 111475199 A CN111475199 A CN 111475199A
Authority
CN
China
Prior art keywords
file
target application
aar
generating
application
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.)
Pending
Application number
CN202010262894.7A
Other languages
Chinese (zh)
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.)
Beijing Kingsoft Cloud Network Technology Co Ltd
Original Assignee
Beijing Kingsoft Cloud Network 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 Beijing Kingsoft Cloud Network Technology Co Ltd filed Critical Beijing Kingsoft Cloud Network Technology Co Ltd
Priority to CN202010262894.7A priority Critical patent/CN111475199A/en
Publication of CN111475199A publication Critical patent/CN111475199A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/73Program documentation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/16File or folder operations, e.g. details of user interfaces specifically adapted to file systems
    • G06F16/162Delete operations

Abstract

The invention provides a generation method and a device of an aar file and electronic equipment, and relates to the technical field of computers and cloud computing, wherein the method comprises the steps of obtaining a custom template file of a target application in a preset operating system; generating an application directory of the target application according to the self-defined template file; and generating an aar file of the target application according to the application directory. The embodiment of the invention generates the custom template file compatible with the flutter template in advance according to the custom parameters, replaces the default template in the flutter platform with the custom template file to generate the application directory of the target application, further generates the corresponding aar file, realizes the dynamic configuration of the aar file parameters, can automatically generate the aar file of a specific type, and is simpler and more convenient to operate.

Description

aar file generation method and device and electronic equipment
Technical Field
The invention relates to the technical field of computers and cloud computing, in particular to a method and a device for generating an aar file and electronic equipment.
Background
Flutter is a mobile UI (User Interface) framework of google, and can quickly construct a high-quality native User Interface on iOS and Android. When the flute platform is used for packing the android module items into the aar files, flute built aar commands are usually adopted for realizing the commands, and the commands use the android directories under the item directories as the android module items. In actual practice, the android directory is deleted when the Flutter platform executes the Flutter clear command, and the platform generates a new android directory when executing the Flutter built aar command.
At present, when an ear file is generated by a Flutter platform, if the generated ear file is to be dynamically configured, files such as build, handle, and manifest in the ear file need to be manually modified, which is relatively tedious to operate.
Disclosure of Invention
In view of this, the present invention provides a method and an apparatus for generating an aar file, and an electronic device, which can dynamically configure parameters when generating the aar file in a flute platform, so as to automatically generate the aar file of a specific type, and the operation is simpler and more convenient.
In a first aspect, an embodiment of the present invention provides a method for generating an aar file, where the aar file is applied to a server running a flute platform, and the method includes: acquiring a custom template file of a target application in a preset operating system; generating an application directory of the target application according to the self-defined template file; and generating an aar file of the target application according to the application directory.
In a preferred embodiment of the present invention, the custom template file is obtained by: acquiring an initial construction script of a target application and template file parameters corresponding to the initial construction script; and configuring the initial construction script according to the template file parameters to obtain a configured construction script of the target application, and determining the configured construction script of the target application as a self-defined template file of the target application.
In a preferred embodiment of the present invention, the step of generating the application catalog of the target application according to the custom template file includes: replacing a default template file of an application directory for generating a target application in the flutter platform with a custom template file; and calling an aar construction command in the flutter platform, and generating an application directory of the target application through the custom template file.
In a preferred embodiment of the present invention, before the step of calling an aar building command in the flutter platform and generating an application directory of a target application according to the custom template file, the method further includes: emptying the cache file of the flutter platform; the cache file comprises a default application directory corresponding to the target application in the flutter platform.
In a preferred embodiment of the present invention, the step of emptying the cache file of the flutter platform includes: and calling a flutter clean command in the flutter platform, and clearing the cache file of the flutter platform.
In a preferred embodiment of the present invention, the step of generating the aar file of the target application according to the application directory includes: acquiring a dependent program of the target application; and generating an aar file of the target application according to the application directory and the dependent program of the target application.
In a preferred embodiment of the present invention, the step of obtaining the dependent program of the target application includes: and calling the item dependent instruction in the flutter platform to acquire the dependent program of the target application.
In a second aspect, an embodiment of the present invention further provides an aar file generating apparatus, where the apparatus includes: the user-defined template file acquisition module is used for acquiring a user-defined template file of a preset target application; the application directory generation module is used for generating an application directory of the target application according to the custom template file; and the aar file generating module is used for generating the aar file of the target application according to the application directory.
In a third aspect, an embodiment of the present invention further provides an electronic device, where the electronic device includes a processor and a memory, where the memory stores computer-executable instructions capable of being executed by the processor, and the processor executes the computer-executable instructions to implement the above aar file generation method.
In a fourth aspect, the present invention also provides a computer-readable storage medium, where the computer-readable storage medium stores computer-executable instructions, and when the computer-executable instructions are called and executed by a processor, the computer-executable instructions cause the processor to implement the above aar file generation method.
The embodiment of the invention has the following beneficial effects:
the embodiment of the invention provides a generation method and device of an aar file and electronic equipment, and the method comprises the steps of firstly obtaining a custom template file of a target application in a preset operating system; then generating an application directory of the target application according to the self-defined template file; and generating the aar file of the target application according to the application directory. In the method, the user-defined template file compatible with the flutter template is generated in advance according to the user-defined parameters, the default template in the flutter platform is replaced by the user-defined template file to generate the application directory of the target application, and then the corresponding aar file is generated, so that the dynamic configuration of the aar file parameters is realized, the aar file of a specific type can be automatically generated, and the operation is simpler and more convenient.
Additional features and advantages of the disclosure will be set forth in the description which follows, or in part may be learned by the practice of the above-described techniques of the disclosure, or may be learned by practice of the disclosure.
In order to make the aforementioned objects, features and advantages of the present disclosure more comprehensible, preferred embodiments accompanied with figures are described in detail below.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and other drawings can be obtained by those skilled in the art without creative efforts.
Fig. 1 is a schematic flow chart of a method for generating an aar file according to an embodiment of the present invention;
fig. 2 is a schematic flow chart of another aar file generation method according to an embodiment of the present invention;
fig. 3 is a schematic structural diagram of an aar file generation apparatus according to an embodiment of the present invention;
fig. 4 is a schematic structural diagram of an electronic device according to an embodiment of the present invention.
Icon: 31-a custom template file acquisition module; 32-an application catalog generation module; a 33-aar file generation module; 41-a processor; 42-a memory; 43-bus; 44-communication interface.
Detailed Description
To make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions of the present invention will be clearly and completely described below with reference to the accompanying drawings, and it is apparent that the described embodiments are some, but not all embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
In view of the problem that files such as build, grate, manifest and the like in an aar file need to be manually modified when the aar file generated is dynamically configured at present, which results in complicated operation, embodiments of the present invention provide a method, an apparatus and an electronic device for generating an aar file, and the technique may be applied to various apparatuses running a flutter platform. For facilitating understanding of the embodiment, a detailed description will be given to a method for generating an aar file disclosed in the embodiment of the present invention.
Referring to fig. 1, a schematic flow chart of a method for generating an aar file according to an embodiment of the present invention is shown, where the method is applied to a server running with a flute platform. As can be seen from fig. 1, the method comprises the following steps:
step S102: and acquiring a custom template file of a target application in a preset operating system.
Here, the preset operating system may be a Windows, L inux, Android, or the like system, and the target application may be various software programs in the operating system, for example, game software, office software, multimedia software, or the like.
In addition, the user-defined template file is a template file constructed according to user-defined parameters, and the user-defined parameters can be flexibly set according to the functional requirements, the application scenes and the like of the target application. For example, different aar files need to be generated for two different environments, namely a test environment and a production environment, so that different parameters need to be set to construct corresponding template files, and the aar files meeting the environment requirements are generated.
In this embodiment, the custom template file may be generated in advance according to the design requirement of the template application, and stored in a designated location in the operating system, and when the aar file needs to be generated, the custom template file of the target application is obtained from the designated location of the operating system.
In one possible embodiment, the customized template file may be obtained through the following steps 21-22:
(21) and acquiring an initial construction script of the target application and template file parameters corresponding to the initial construction script.
Here, when the custom template file of the target application is generated in the flutter platform, an initial build script of the target application is obtained from the flutter platform, where the initial build script may be a script written in the dart language.
And for different construction scripts, different template file parameters are corresponded to form different construction versions. For example, assuming that the construction script is build.dart, if a character string parameter accepting release is transmitted, the construction script is corresponding to a custom template file of the production environment; and if the debug character string parameters are transmitted, the debug character string parameters correspond to a self-defined template file of the development environment.
(22) And configuring the initial construction script according to the template file parameters to obtain a configured construction script of the target application, and determining the configured construction script of the target application as a self-defined template file of the target application.
Taking the design of the target application as an example of a production environment, a command dartbuild. Through the steps 21-22, file parameters such as android manifest, build, gradle, properties and the like can be configured, so that a custom template file meeting design requirements is obtained.
Step S104: and generating an application directory of the target application according to the custom template file.
Here, since the customized template file includes the content customized by the user, the application directory of the target application generated according to the customized template file is also an application directory that satisfies the user parameterization.
Step S106: and generating an aar file of the target application according to the application directory.
And calling a flute built aar command on the flute platform according to the application directory containing the custom content, thereby generating an aar file of the target application. Thus, the aar file is a file constructed by user parameterization.
In one possible implementation, if the target application also depends on a third-party program, when generating the aar file of the application, the dependent program of the target application may be first obtained, and then the aar file of the target application is generated according to the application directory and the dependent program of the target application. The item dependent instruction in the flutter platform can be called to obtain the dependent program of the target application.
Compared with the existing method for constructing the aar file in a parameterization mode, the aar file is constructed in the parameterization mode in the prior art by modifying a generated aar file and manually modifying files such as build, grate and the like in the aar file, the operation of the method is complex, and according to the method for generating the aar file, before the aar file is generated, a custom template file of a target application is generated in advance, and then the aar file of the target application is generated according to the custom template file, so that the method is more convenient and faster.
The method for generating the aar file comprises the steps of firstly obtaining a user-defined template file of a target application in a preset operating system; then generating an application directory of the target application according to the self-defined template file; and generating the aar file of the target application according to the application directory. In the method, the user-defined template file compatible with the flutter template is generated in advance according to the user-defined parameters, the default template in the flutter platform is replaced by the user-defined template file to generate the application directory of the target application, and then the corresponding aar file is generated, so that the dynamic configuration of the aar file parameters is realized, the aar file of a specific type can be automatically generated, and the operation is simpler and more convenient.
On the basis of the generation method of the aar file shown in fig. 1, the embodiment of the present invention further provides another generation method of the aar file, the method is applied to a server running with a flute platform, and the method focuses on the specific implementation of the generation of the application directory according to the custom template file. As shown in fig. 2, which is a schematic flow chart of another aar file generation method, as can be seen from fig. 2, the method includes the following steps:
step S202: and acquiring a custom template file of a target application in a preset operating system.
Step S204: and replacing the default template file of the application directory for generating the target application in the flutter platform with a custom template file.
One or more custom template files for generating an application catalog of the target application may be provided according to the design requirements of the target application.
Taking the operating system as an android system as an example, assuming that the target application is a certain android application a, and generating a custom template file according to user-defined parameters in advance according to design requirements such as an application environment of the android application a. Here, it is assumed that custom template files such as android manifest. xml, build. gradle, gradle. properties, mainactivity. java, and the like have been generated. And then, replacing the default template file of the android directory used for generating the android application A in the flutter platform with the generated custom template file.
The template file of the android file is located in: flutter/packages/flutter _ tools/templates/module/android/directory. Thus, the following substitutions may be made accordingly:
replacing the/gram/built.gram.copy.tmpl file under the directory with the self-defined build.gram file;
replacing the/gradle.
Replacing the/host _ app _ common/app.tmpl/src/main/java/android identifier/host/MainActivity.java.tmpl file in the directory with the customized MainActivity.java file;
replace the/host _ app _ common/app.tmpl/src/main/android manifest.xml file under the above directory with a custom android manifest.xml file.
Similarly, other default template files can be replaced, so that more contents of the generated android project can be customized.
Step S206: and calling an aar construction command in the flutter platform, and generating an application directory of the target application through the custom template file.
In one possible implementation manner, in order to prevent the influence of cache data, before calling aar construction command, the cache file of the flutter platform needs to be emptied; the cache file comprises a default application directory corresponding to the target application in the flutter platform. Here, the cache file may be emptied by calling a flutter clear command in the flutter platform.
Therefore, after the cache file in the flutter platform is emptied, the default application directory automatically generated for the target application in the flutter platform is also cleared, and therefore, the aar construction command is called at the moment, the flutter platform can generate the application directory of the target application according to the replaced custom template file, and the parameterized construction is achieved to obtain the application directory.
Step S208: and generating an aar file of the target application according to the application directory.
Through actual verification, scripts are built through custom dart, different custom parameters are transmitted during jenkins building, and aar files are generated according to dynamic parameter configuration.
According to the generation method of the aar file, the default template in the flute platform is replaced by the user-defined template file constructed in a parameterization manner to generate the application directory of the target application, and then the corresponding aar file is generated, so that dynamic configuration of parameters of the aar file is achieved, cost is saved, and operation is more convenient.
Corresponding to the above aar file generation method, an embodiment of the present invention further provides an aar file generation apparatus, referring to fig. 3, which is a schematic structural diagram of the aar file generation apparatus, as can be seen from fig. 3, the apparatus includes a custom template file acquisition module 31, an application directory generation module 32, and an aar file generation module 33, which are connected in sequence, where functions of the modules are as follows:
a custom template file obtaining module 31, configured to obtain a custom template file of a preset target application;
an application directory generating module 32, configured to generate an application directory of the target application according to the custom template file;
and an aar file generating module 33, configured to generate an aar file of the target application according to the application directory.
The generation device of the aar file provided by the embodiment of the invention firstly obtains a user-defined template file of a target application in a preset operating system; then generating an application directory of the target application according to the self-defined template file; and generating the aar file of the target application according to the application directory. In the device, a custom template file compatible with a flutter template is generated in advance according to custom parameters, the custom template file replaces a default template in a flutter platform to generate an application directory of a target application, and then a corresponding aar file is generated, so that dynamic configuration of aar file parameters is realized, the aar file of a specific type can be automatically generated, and the operation is simpler and more convenient.
In one possible implementation, the customized template file is obtained by: acquiring an initial construction script of a target application and template file parameters corresponding to the initial construction script; and configuring the initial construction script according to the template file parameters to obtain a configured construction script of the target application, and determining the configured construction script of the target application as a self-defined template file of the target application.
In another possible implementation, the application catalog generating module 32 is further configured to: replacing a default template file of an application directory for generating a target application in the flutter platform with a custom template file; and calling an aar construction command in the flutter platform, and generating an application directory of the target application through the custom template file.
In another possible implementation manner, the apparatus further includes a cache file emptying module, where the cache file emptying module is configured to empty a cache file of the flutter platform; the cache file comprises a default application directory corresponding to the target application in the flutter platform.
In another possible implementation manner, the cache file emptying module is further configured to: and calling a flutter clean command in the flutter platform, and clearing the cache file of the flutter platform.
In another possible implementation, the aar file generating module 33 is further configured to: acquiring a dependent program of the target application; and generating an aar file of the target application according to the application directory and the dependent program of the target application.
In another possible implementation, the aar file generating module 33 is further configured to: and calling the item dependent instruction in the flutter platform to acquire the dependent program of the target application.
The implementation principle and the generated technical effect of the aar file generation device provided by the embodiment of the present invention are the same as those of the aar file generation method embodiment, and for brief description, reference may be made to corresponding contents in the aar file generation method embodiment for a part not mentioned in the embodiment of the aar file generation device.
An embodiment of the present invention further provides an electronic device, as shown in fig. 4, which is a schematic structural diagram of the electronic device, where the electronic device includes a processor 41 and a memory 42, the memory 42 stores machine executable instructions capable of being executed by the processor 41, and the processor 41 executes the machine executable instructions to implement the above-mentioned aar file generation method.
In the embodiment shown in fig. 4, the electronic device further comprises a bus 43 and a communication interface 44, wherein the processor 41, the communication interface 44 and the memory 42 are connected by the bus.
The Memory 42 may include a high-speed Random Access Memory (RAM) and may also include a non-volatile Memory (non-volatile Memory), such as at least one disk Memory. The communication connection between the network element of the system and at least one other network element is realized through at least one communication interface 44 (which may be wired or wireless), and the internet, a wide area network, a local network, a metropolitan area network, and the like can be used. The bus may be an ISA bus, PCI bus, EISA bus, or the like. The bus may be divided into an address bus, a data bus, a control bus, etc. For ease of illustration, only one double-headed arrow is shown in FIG. 4, but that does not indicate only one bus or one type of bus.
The processor 41 may be an integrated circuit chip having signal processing capabilities. In implementation, the steps of the above method may be performed by integrated logic circuits of hardware or instructions in the form of software in the processor 41. The Processor 41 may be a general-purpose Processor, and includes a Central Processing Unit (CPU), a Network Processor (NP), and the like; the device can also be a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Field-Programmable Gate Array (FPGA) or other Programmable logic device, a discrete Gate or transistor logic device, or a discrete hardware component. The various methods, steps and logic blocks disclosed in the embodiments of the present invention may be implemented or performed. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like. The steps of the method disclosed in connection with the embodiments of the present invention may be directly implemented by a hardware decoding processor, or implemented by a combination of hardware and software modules in the decoding processor. The software module may be located in ram, flash memory, rom, prom, or eprom, registers, etc. storage media as is well known in the art. The storage medium is located in the memory, and the processor 41 reads the information in the memory 42, and completes the steps of the aar file generation method of the foregoing embodiment in combination with the hardware thereof.
The embodiment of the present invention further provides a machine-readable storage medium, where the machine-readable storage medium stores machine-executable instructions, and when the machine-executable instructions are called and executed by a processor, the machine-executable instructions cause the processor to implement the above aar file generation method, and specific implementation may refer to the foregoing method embodiment, and is not described herein again.
The aar file generation method, the aar file generation apparatus, and the computer program product of the electronic device provided in the embodiments of the present invention include a computer-readable storage medium storing program codes, where instructions included in the program codes may be used to execute the aar file generation method described in the foregoing method embodiments, and specific implementation may refer to the method embodiments, and will not be described herein again.
The functions, if implemented in the form of software functional units and sold or used as a stand-alone product, may be stored in a non-volatile computer-readable storage medium executable by a processor. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
In addition, in the description of the embodiments of the present invention, unless otherwise explicitly specified or limited, the terms "mounted," "connected," and "connected" are to be construed broadly, e.g., as meaning either a fixed connection, a removable connection, or an integral connection; can be mechanically or electrically connected; they may be connected directly or indirectly through intervening media, or they may be interconnected between two elements. The specific meanings of the above terms in the present invention can be understood in specific cases to those skilled in the art.
In the description of the present invention, it should be noted that the terms "center", "upper", "lower", "left", "right", "vertical", "horizontal", "inner", "outer", etc., indicate orientations or positional relationships based on the orientations or positional relationships shown in the drawings, and are only for convenience of description and simplicity of description, but do not indicate or imply that the device or element being referred to must have a particular orientation, be constructed and operated in a particular orientation, and thus, should not be construed as limiting the present invention. Furthermore, the terms "first," "second," and "third" are used for descriptive purposes only and are not to be construed as indicating or implying relative importance.
Finally, it should be noted that: the above-mentioned embodiments are only specific embodiments of the present invention, which are used for illustrating the technical solutions of the present invention and not for limiting the same, and the protection scope of the present invention is not limited thereto, although the present invention is described in detail with reference to the foregoing embodiments, those skilled in the art should understand that: any person skilled in the art can modify or easily conceive the technical solutions described in the foregoing embodiments or equivalent substitutes for some technical features within the technical scope of the present disclosure; such modifications, changes or substitutions do not depart from the spirit and scope of the embodiments of the present invention, and they should be construed as being included therein. Therefore, the protection scope of the present invention shall be subject to the protection scope of the appended claims.

Claims (10)

1. A method for generating an aar file is applied to a server running with a flute platform, and comprises the following steps:
acquiring a custom template file of a target application in a preset operating system;
generating an application directory of the target application according to the custom template file;
and generating the aar file of the target application according to the application directory.
2. The method for generating aar file as claimed in claim 1, wherein the custom template file is obtained by:
acquiring an initial construction script of the target application and template file parameters corresponding to the initial construction script;
and configuring the initial construction script according to the template file parameters to obtain a configured construction script of the target application, and determining the configured construction script of the target application as a user-defined template file of the target application.
3. The method for generating aar file according to claim 1, wherein the step of generating the application directory of the target application according to the custom template file comprises:
replacing a default template file used for generating an application directory of the target application in the flutter platform with the self-defined template file;
and calling an aar construction command in the flutter platform, and generating an application directory of the target application through the custom template file.
4. The method for generating aar file according to claim 3, wherein before the step of calling aar build command in the flutter platform and generating the application directory of the target application according to the custom template file, the method further comprises:
emptying a cache file of the flutter platform; the cache file comprises a default application directory corresponding to the target application in the flutter platform.
5. The method for generating aar file as claimed in claim 4, wherein the step of emptying the cache file of the flutter platform comprises:
and calling a flutter clean command in the flutter platform, and emptying the cache file of the flutter platform.
6. The method for generating aar file according to claim 1, wherein the step of generating aar file of the target application according to the application directory comprises:
acquiring a dependent program of the target application;
and generating an aar file of the target application according to the application directory and the dependent program of the target application.
7. The method for generating aar file according to claim 6, wherein the step of obtaining the dependent program of the target application comprises:
and calling a project dependent instruction in the flutter platform to acquire a dependent program of the target application.
8. An apparatus for generating aar files, the apparatus comprising:
the user-defined template file acquisition module is used for acquiring a user-defined template file of a preset target application;
the application directory generation module is used for generating an application directory of the target application according to the custom template file;
and the aar file generating module is used for generating the aar file of the target application according to the application directory.
9. An electronic device, comprising a processor and a memory, the memory storing computer-executable instructions executable by the processor, the processor executing the computer-executable instructions to implement the aar file generation method of any of claims 1-7.
10. A computer-readable storage medium having stored thereon computer-executable instructions which, when invoked and executed by a processor, cause the processor to implement the aar file generation method of any of claims 1 to 7.
CN202010262894.7A 2020-04-03 2020-04-03 aar file generation method and device and electronic equipment Pending CN111475199A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010262894.7A CN111475199A (en) 2020-04-03 2020-04-03 aar file generation method and device and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010262894.7A CN111475199A (en) 2020-04-03 2020-04-03 aar file generation method and device and electronic equipment

Publications (1)

Publication Number Publication Date
CN111475199A true CN111475199A (en) 2020-07-31

Family

ID=71749902

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010262894.7A Pending CN111475199A (en) 2020-04-03 2020-04-03 aar file generation method and device and electronic equipment

Country Status (1)

Country Link
CN (1) CN111475199A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112230930A (en) * 2020-10-22 2021-01-15 贝壳技术有限公司 Method and device for constructing and packaging hybrid technology stack and machine-readable storage medium
CN112306466A (en) * 2020-10-30 2021-02-02 中移(杭州)信息技术有限公司 AAR packet generation method, electronic device, and storage medium
CN113986376A (en) * 2021-10-25 2022-01-28 土巴兔集团股份有限公司 Resource file updating method based on Flutter platform and related equipment thereof

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112230930A (en) * 2020-10-22 2021-01-15 贝壳技术有限公司 Method and device for constructing and packaging hybrid technology stack and machine-readable storage medium
CN112306466A (en) * 2020-10-30 2021-02-02 中移(杭州)信息技术有限公司 AAR packet generation method, electronic device, and storage medium
CN113986376A (en) * 2021-10-25 2022-01-28 土巴兔集团股份有限公司 Resource file updating method based on Flutter platform and related equipment thereof

Similar Documents

Publication Publication Date Title
CN108037961B (en) Application program configuration method, device, server and storage medium
CN111475199A (en) aar file generation method and device and electronic equipment
CN110764791B (en) Channel adaptation method and device for applet and electronic equipment
CN110750288B (en) Native engineering configuration method and device, electronic equipment and storage medium
KR101735719B1 (en) Operating system auto-update procedure
CN109508178B (en) Program development method and device
CN105138376A (en) Mixed model application, webpage resource upgrading method thereof, mobile terminal and system
CN111176717B (en) Method and device for generating installation package and electronic equipment
CN106569856A (en) Method and device of loading application view resource file
CN110007926B (en) Language conversion method and device
CN111625260A (en) Method and system based on mixed mobile application program upgrading
CN111459509A (en) Container mirror image construction method and device and server
CN112804097A (en) Private cloud deployment method and device and server
CN113885935A (en) Resource packaging method and device, electronic equipment and computer readable storage medium
CN112559127B (en) Virtual machine creation method, device, host and storage medium
CN106951265B (en) Development environment building method and device
KR102141749B1 (en) APP program execution method and device
CN114879976A (en) Version environment deployment method and device and electronic equipment
CN112559026A (en) API interface-based native capability expansion method, device and storage medium
CN110688198B (en) System calling method and device and electronic equipment
CN110532016B (en) Version management method, version updating method and version management system
CN112527459A (en) Log analysis method and device based on Kubernetes cluster
CN112235132A (en) Method, device, medium and server for dynamically configuring service
CN111338655A (en) Installation package distribution method and system
CN110825373A (en) Dynamic method and device for mobile terminal

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