CN113076147B - Dynamic APK resource loading method, device, system and medium - Google Patents

Dynamic APK resource loading method, device, system and medium Download PDF

Info

Publication number
CN113076147B
CN113076147B CN202110257049.5A CN202110257049A CN113076147B CN 113076147 B CN113076147 B CN 113076147B CN 202110257049 A CN202110257049 A CN 202110257049A CN 113076147 B CN113076147 B CN 113076147B
Authority
CN
China
Prior art keywords
dynamic
resource
public
apk
public resource
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
CN202110257049.5A
Other languages
Chinese (zh)
Other versions
CN113076147A (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.)
Beijing Yimutian Xinnong Network Technology Co ltd
Original Assignee
Beijing Yimutian Xinnong 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 Yimutian Xinnong Network Technology Co ltd filed Critical Beijing Yimutian Xinnong Network Technology Co ltd
Priority to CN202110257049.5A priority Critical patent/CN113076147B/en
Publication of CN113076147A publication Critical patent/CN113076147A/en
Application granted granted Critical
Publication of CN113076147B publication Critical patent/CN113076147B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files

Abstract

The invention provides a method, a device, a system and a medium for loading dynamic APK resources. The method comprises the following steps: the method comprises the steps of obtaining public resources for loading a plurality of dynamic APK files together, and putting the obtained public resources into a public resource library; the public resource library is processed, and the public resource library is led to the plurality of dynamic APK files, wherein the configuration file of the public resource is generated based on the public resource library; when the plurality of dynamic APK files are packaged, acquiring configuration files of the public resources according to the plurality of dynamic APK files referring to the public resource library so as to determine identification information of the public resources; and loading the public resources to the plurality of dynamic APKs according to the determined identification information of the public resources. The method can solve the problem that the identification information ids of the plurality of dynamic APKs referencing the public resources are not matched, so that the plurality of dynamic APKs normally load the resources.

Description

Dynamic APK resource loading method, device, system and medium
Technical Field
The invention relates to a method, a device, a system and a medium for loading dynamic APK resources.
Background
As APPs continue to iterate, app development becomes heavier and, as the technical team grows, the degree of coupling of a single App becomes heavier and maintenance becomes more difficult, while the form of a traditional App does not facilitate rapid iteration. Therefore, a dynamic APK technology is provided, an App is used as a desktop system, and other APKs are dynamically loaded in the App, so that the APKs can be quickly plugged and unplugged. Thus, a dynamic loading technique of APK is realized. However, in the dynamic APK technology, there are some common general components, and each dynamic APK directly depends on a general mechanism, which leads to an increase in overall volume of App, thus causing a problem of not easy popularization. In these general mechanisms, for class loading, dependencies between dynamic APKs are resolved by giving them.
However, since each dynamic APK is independent, the construction tool reorders the resources of the common component, resulting in mismatch of identification information ids referencing the common resources among the plurality of dynamic APKs, such that the results produced by the common components of each dynamic APK are inconsistent. Therefore, the resource loading becomes extremely unstable due to the influence of the Android compiling mechanism.
Disclosure of Invention
In order to solve the problems, the invention provides a resource loading method, device, system and medium of dynamic APK, which can solve the problem that identification information id of a plurality of dynamic APKs referencing public resources is not matched, so that the plurality of dynamic APKs normally load the resources.
According to an aspect of the present invention, there is provided a resource loading method of a dynamic APK, including:
the acquisition step: the method comprises the steps of obtaining public resources for loading a plurality of dynamic APK files together, and putting the obtained public resources into a public resource library;
the processing steps are as follows: the public resource library is processed, and the public resource library is led to the plurality of dynamic APK files, wherein the configuration file of the public resource is generated based on the public resource library;
determining: when the plurality of dynamic APK files are packaged, acquiring configuration files of the public resources according to the plurality of dynamic APK files referring to the public resource library so as to determine identification information of the public resources; and
loading: and loading the public resources to the plurality of dynamic APKs according to the determined identification information of the public resources.
Preferably, the processing step further comprises: and packaging the public resource library to generate a aar file based on the public resource library, and referencing the aar file to the dynamic APK files.
Preferably, the processing step further comprises: acquiring identity information of the public resources in the public resource library, and writing the identity information into a configuration file of the public resources; and is also provided with
The determining step further comprises: and when the plurality of dynamic APK files are packaged, acquiring the identity information of the public resource in the configuration file so as to determine the identification information of the public resource.
Preferably, the determining step further comprises: generating a temporary configuration file based on the acquired identity information of the public resource in the configuration file, and placing the temporary configuration file under a preset directory in the dynamic APK file, so that the identity information is used as the identification information of the public resource and is used for loading the public resource.
Preferably, the loading step further comprises: and loading the public resource into the plurality of dynamic APKs by modifying the reference information of the files of the plurality of dynamic APKs referencing the public resource into the identification information of the public resource.
Preferably, the processing step further comprises: acquiring the name of the public resource in the public resource library, and writing the name of the public resource into a configuration file of the public resource; and is also provided with
The loading step further comprises: and according to the names of the public resources, modifying the reference information of the files of the plurality of dynamic APK files referencing the public resources into the identification information of the public resources.
According to another aspect of the present invention, there is provided a resource loading device of a dynamic APK, including:
the acquisition unit is used for acquiring public resources for loading a plurality of dynamic APK files together and placing the acquired public resources into a public resource library;
a processing unit, configured to refer the public resource library to the plurality of dynamic APK files by processing the public resource library, where a configuration file of the public resource is generated based on the public resource library;
a determining unit, configured to obtain a configuration file of the public resource according to the plurality of dynamic APK files referencing the public resource library when the plurality of dynamic APK files are packaged, so as to determine identification information of the public resource; and
and the loading unit loads the public resources to the plurality of dynamic APKs according to the determined identification information of the public resources.
According to another aspect of the present invention, there is provided a resource loading system of a dynamic APK, including:
one or more processors; and
storage means for storing one or more programs,
the one or more programs, when executed by the one or more processors, cause the one or more processors to implement the resource loading method of dynamic APK as described in the above aspects.
According to another aspect of the present invention, there is provided a computer readable medium having stored thereon a computer program which when executed by a processor implements a resource loading method of dynamic APK as described in the above aspect.
Advantageous effects of the invention
According to the resource loading method, device, system and medium of the dynamic APK, the problem of application program breakdown caused by different resource ids of loading common components among plug-ins is solved by changing the conventional resource loading mechanism of android, so that the dynamic APK normally loads resources, the dynamic APK technology can be widely used, and the requirements of service functions and rapid function iteration are greatly met.
Drawings
The accompanying drawings are included to provide a further understanding of the invention, and are incorporated in and constitute a part of this specification.
Fig. 1 illustrates a resource loading method of a dynamic APK according to a preferred embodiment of the present invention.
Fig. 2 illustrates a process of extracting a common resource in a resource loading method of a dynamic APK according to an embodiment of the present invention.
Fig. 3 illustrates a process of generating aar in the dynamic APK resource loading method according to an embodiment of the present invention.
Fig. 4 illustrates a process of determining a resource id in the resource loading method of the dynamic APK according to an embodiment of the present invention.
Fig. 5 shows a procedure of modifying a reference of a resource id in the resource loading method of the dynamic APK of the embodiment of the present invention.
Fig. 6 shows a resource loading device of a dynamic APK according to a preferred embodiment of the present invention.
Detailed Description
The present invention is described below based on examples, but the present invention is not limited to only these examples. In the following detailed description of the present invention, certain specific details are set forth in detail. The present invention will be fully understood by those skilled in the art without the details described herein. Well-known methods, procedures, flows, and components have not been described in detail so as not to obscure the nature of the invention.
The resource loading method of the dynamic APK of the present invention is described with reference to fig. 1-5. Fig. 1 illustrates a resource loading method of a dynamic APK according to a preferred embodiment of the present invention. Fig. 2 illustrates a process of extracting a common resource in a resource loading method of a dynamic APK according to an embodiment of the present invention. Fig. 3 illustrates a process of generating aar in the dynamic APK resource loading method according to an embodiment of the present invention. Fig. 4 illustrates a process of determining a resource id in the resource loading method of the dynamic APK according to an embodiment of the present invention. Fig. 5 shows a procedure of modifying a reference of a resource id in the resource loading method of the dynamic APK of the embodiment of the present invention.
The invention provides a resource loading method of dynamic APK. As shown in fig. 1, a resource loading method of a dynamic APK according to an embodiment of the present invention includes: step S101, obtaining a public resource for loading a plurality of dynamic APK files together, and putting the obtained public resource into a public resource library; a processing step S102, wherein the public resource library is processed to be led to the dynamic APK files, and a configuration file of the public resource is generated based on the public resource library; step S103, when the plurality of dynamic APK files are packaged, acquiring configuration files of the public resources according to the plurality of dynamic APK files referring to the public resource library so as to determine identification information of the public resources; and a loading step S104, loading the public resource to the dynamic APKs according to the determined identification information of the public resource.
Preferably, the processing step S102 further includes: and packaging the public resource library to generate a aar file based on the public resource library, and referencing the aar file to the dynamic APK files.
Preferably, the processing step S102 further includes: acquiring identity information of the public resources in the public resource library, and writing the identity information into a configuration file of the public resources; the determining step further comprises: and when the plurality of dynamic APK files are packaged, acquiring the identity information of the public resource in the configuration file so as to determine the identification information of the public resource.
Preferably, the determining step S103 further includes: generating a temporary configuration file based on the acquired identity information of the public resource in the configuration file, and placing the temporary configuration file under a preset directory in the dynamic APK file, so that the identity information is used as the identification information of the public resource and is used for loading the public resource.
Preferably, the loading step S104 further includes: and loading the public resource into the plurality of dynamic APKs by modifying the reference information of the files referencing the public resource in the plurality of dynamic APKs into the identification information of the public resource.
Further preferably, the processing step S102 further includes: acquiring the name of the public resource in the public resource library, and writing the name of the public resource into a configuration file of the public resource; the loading step S104 further includes: and according to the names of the public resources, modifying the reference information of the files of the plurality of dynamic APK files referencing the public resources into the identification information of the public resources.
A specific example of a resource loading method of a dynamic APK according to the present invention will be described below with reference to fig. 2 to 5. The specific example performs the following steps 1-4:
step 1, referring to fig. 2, the resources used in the common component of multiple dynamic APKs are stripped (sheared). In the case of referencing a common component among multiple dynamic APKs, by sorting the referenced resources in the common component, all of them are placed into the common resource library baseStyle. The common resource pool would be dependent on each dynamic APK in the form of aar, respectively.
Step 2, next, referring to fig. 3, the baseStyle common resource library is processed. A packaging task (uploadarts) is first performed on the common resource library.
In the packaging process, when the task is executed to merge resources, traversing all resources in an android project directory res (res directory, for example, a resource file storing project) under the baseStyle, and simultaneously analyzing an R.java file generated by the android, wherein the R.java file is automatically generated when a construction tool performs packaging construction, and comprises, for example, a resource type, a name, a resource id and the like.
The id and the name of the resource can be obtained in the above manner. Generate a configuration file public xml and write, for example, the id and name of the resource to public xml. The generated public_xml is then copied to the directory storing the xml file, for example, res/raw/public_xml, until the packaging process is completed, and finally the referenceable aar file is generated. aar is a compressed file containing a number of series products.
Step 3, referring to fig. 4, the dynamic APK engineering refers to aar generated after the baseStyle is packaged, thereby completing the pre-work. In step 3, the dynamic APK is packaged, and when the dynamic APK is packaged, a flow of fixing the resource id is performed.
Since dynamic APKs are built, the resource ids will be reordered. In this example, the resource ids not existing in public_xml are reordered, but the resource ids existing in public_xml are not changed, so that the resource ids in public_xml can be directly multiplexed for loading the resource.
Specifically, a packing operation (package) of the dynamic APK is performed. In the packing process, the android packing flow provides a task of packing resources processReleaseResources, and the task needs to be modified. First, a public_xml file in the baseStyle needs to be obtained. After the android package flow is introduced by aar, the public_xml input by the baseStyle is generated into a flat file by a compiling tool aapt2, and the fixed coding format is obtained by checking binary data of the flat file. The public_xml_flag is then decoded to obtain the original data of public_xml, such as the resource id. Based on the obtained original data of the public_xml, a temporary public_xml file is regenerated, and the generated temporary public_xml is put into/copied to a fixed directory under an engineering directory, for example, the temporary public_xml is set as the building/internediates/ymt 360 _internediates/aapt 2/res/values/public_xml, so that the resource id in the public_xml file can be directly referenced. When packaging is performed through aapt2, the resource id in public_xml is not changed, and the resources with the same name as the public_xml resources are all fixed as the resource id in public_xml.
Step 4, referring to fig. 5, after the resource id is fixed, the resource reference id of the file referencing the resource needs to be modified, i.e., the resource reference id is modified to be a fixed resource id.
The file referencing the resource id includes: and generating an ap file and a layout file of the layout in the R.java resource file when the android packages and compiles the dynamic APK.
An ap file is a collection of resources, i.e., zip packages of resources. The zip package contains resource files, which are used as resource tables and are configuration files generated by the system for storing resource information. The format of the resources. After decoding, the resource reference id in the resources. Arsc file is changed according to, for example, the name of the resource, for example, the first 4 bits of the resource reference id are modified. And then coding again according to the coding format, and regenerating the_ap file, thereby completing the replacement of the resource reference id of the resources.
The r.java resource file is all resource files of the dynamic APK. The layout file of the java resource file contains an xml file, and the xml file refers to the resource through a resource reference id. The encoding of the xml file has a fixed format, so that the xml file can be decoded. After decoding, the resource reference id in the xml file is modified to a fixed resource id, e.g., the first 4 bits of the resource reference id are replaced, according to, e.g., the name of the resource. After changing the id of the resource, the xml file is recoded.
And completing the reference of the ap file and the layout file to the resource by modifying the resource reference id of the ap file and the layout file, thereby realizing the loading of the resource to the dynamic APK.
The following describes a resource loading device of a dynamic APK according to an embodiment of the present invention.
Fig. 6 shows a resource loading device of a dynamic APK according to a preferred embodiment of the present invention.
As shown in fig. 6, the resource loading device 200 of the dynamic APK includes: an acquisition unit 201, which acquires a common resource for loading a plurality of dynamic APK files together, and puts the acquired common resource into a common resource library; a processing unit 202, configured to refer the public resource library to the plurality of dynamic APK files by processing the public resource library, where a configuration file of the public resource is generated based on the public resource library; a determining unit 203, configured to obtain, when packaging the plurality of dynamic APK files, a configuration file of the common resource according to the plurality of dynamic APK files referencing the common resource library, so as to determine identification information of the common resource; and a loading unit 204 that loads the common resource to the plurality of dynamic APKs according to the determined identification information of the common resource.
Preferably, the processing unit 202 performs a packaging process on the public repository to generate a aar file based on the public repository, and refers the aar file generated to the dynamic APK files.
Preferably, the processing unit 202 obtains identity information of the public resource in the public resource library, and writes the identity information into a configuration file of the public resource; the determining step further comprises: and when the plurality of dynamic APK files are packaged, acquiring the identity information of the public resource in the configuration file so as to determine the identification information of the public resource.
Preferably, the determining unit 203 generates a temporary configuration file based on the acquired identity information of the public resource in the configuration file, and puts the temporary configuration file under a predetermined directory in the dynamic APK file, so that the identity information is used as identification information of the public resource for loading the public resource.
Preferably, the loading unit 204 loads the common resource into the plurality of dynamic APKs by modifying reference information of a file referencing the common resource among the plurality of dynamic APK files to identification information of the common resource.
Further preferably, the processing unit 202 obtains the name of the common resource in the common resource library and writes the name of the common resource to a configuration file of the common resource. The loading unit 204 modifies the reference information of the files referencing the common resource of the plurality of dynamic APK files into the identification information of the common resource according to the name of the common resource.
As another aspect, the present invention also provides a resource loading system of dynamic APK, including: one or more processors; and storage means for storing one or more programs which, when executed by the one or more processors, cause the one or more processors to implement the resource loading method of dynamic APK as described in the above embodiments.
As yet another aspect, the present invention also provides a computer readable medium carrying one or more programs, which when executed by a processor, cause the programs to perform the resource loading method of dynamic APK described in the above embodiments.
According to the resource loading method, device, system and medium of the dynamic APK, the problem of application program breakdown caused by different resource ids of loading common components among plug-ins is solved by changing the conventional resource loading mechanism of android, so that the dynamic APK normally loads resources, the dynamic APK technology can be widely used, and the requirements of service functions and rapid function iteration are greatly met.
It is easy to understand by those skilled in the art that the above preferred embodiments can be freely combined and overlapped without conflict. The above exemplary embodiments are merely illustrative of the principles of the present invention and are not intended to limit the scope of the present invention. Various modifications may be made to the present invention by those skilled in the art without departing from the spirit and principles of the invention as disclosed herein, and without departing from the scope of the invention as defined in the appended claims.

Claims (6)

1. A dynamic APK resource loading method comprises the following steps:
the acquisition step: the method comprises the steps of obtaining public resources for loading a plurality of dynamic APK files together, and putting the obtained public resources into a public resource library;
the processing steps are as follows: the public resource library is processed, and the public resource library is led to the plurality of dynamic APK files, wherein the configuration file of the public resource is generated based on the public resource library;
determining: when the plurality of dynamic APK files are packaged, acquiring configuration files of the public resources according to the plurality of dynamic APK files referring to the public resource library so as to determine identification information of the public resources; and
loading: loading the common resource to the plurality of dynamic APKs according to the determined identification information of the common resource,
wherein the processing step further comprises: acquiring identity information of the public resource in the public resource library, writing the identity information into a configuration file of the public resource,
the determining step further comprises: when the dynamic APK files are packaged, the identity information of the public resource in the configuration file is acquired to determine the identification information of the public resource, wherein a temporary configuration file is generated based on the acquired identity information of the public resource in the configuration file and is put under a preset catalog in the dynamic APK file, so that the identity information is used as the identification information of the public resource for loading the public resource,
the loading step further comprises: and loading the public resource into the plurality of dynamic APKs by modifying the reference information of the files of the plurality of dynamic APKs referencing the public resource into the identification information of the public resource.
2. The resource loading method of dynamic APK according to claim 1, wherein,
the processing step further comprises: and packaging the public resource library to generate a aar file based on the public resource library, and referencing the aar file to the dynamic APK files.
3. The resource loading method of dynamic APK according to claim 1 or 2, wherein,
the processing step further comprises: acquiring the name of the public resource in the public resource library, and writing the name of the public resource into a configuration file of the public resource; and is also provided with
The loading step further comprises: and according to the names of the public resources, modifying the reference information of the files of the plurality of dynamic APK files referencing the public resources into the identification information of the public resources.
4. A resource loading device of a dynamic APK, comprising:
the acquisition unit is used for acquiring public resources for loading a plurality of dynamic APK files together and placing the acquired public resources into a public resource library;
a processing unit, configured to refer the public resource library to the plurality of dynamic APK files by processing the public resource library, where a configuration file of the public resource is generated based on the public resource library;
a determining unit, configured to obtain a configuration file of the public resource according to the plurality of dynamic APK files referencing the public resource library when the plurality of dynamic APK files are packaged, so as to determine identification information of the public resource; and
a loading unit that loads the common resource to the plurality of dynamic APKs according to the determined identification information of the common resource,
wherein the processing unit obtains identity information of the public resource in the public resource library and writes the identity information into a configuration file of the public resource,
the determining unit obtains identity information of the public resource in the configuration file to determine identification information of the public resource when packaging the plurality of dynamic APK files, wherein the determining unit generates a temporary configuration file based on the obtained identity information of the public resource in the configuration file, and places the temporary configuration file under a predetermined directory in the dynamic APK file, thereby using the identity information as the identification information of the public resource for loading the public resource,
the loading unit loads the common resource into the plurality of dynamic APKs by modifying the reference information of the files of the plurality of dynamic APKs referencing the common resource into the identification information of the common resource.
5. A resource loading system of a dynamic APK, comprising:
one or more processors; and
a storage means for storing one or more programs;
the one or more programs, when executed by the one or more processors, cause the one or more processors to implement the resource loading method of dynamic APK of any of claims 1-3.
6. A computer readable medium having stored thereon a computer program which when executed by a processor implements the resource loading method of dynamic APK of any of claims 1-3.
CN202110257049.5A 2021-03-09 2021-03-09 Dynamic APK resource loading method, device, system and medium Active CN113076147B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110257049.5A CN113076147B (en) 2021-03-09 2021-03-09 Dynamic APK resource loading method, device, system and medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110257049.5A CN113076147B (en) 2021-03-09 2021-03-09 Dynamic APK resource loading method, device, system and medium

Publications (2)

Publication Number Publication Date
CN113076147A CN113076147A (en) 2021-07-06
CN113076147B true CN113076147B (en) 2024-02-02

Family

ID=76612178

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110257049.5A Active CN113076147B (en) 2021-03-09 2021-03-09 Dynamic APK resource loading method, device, system and medium

Country Status (1)

Country Link
CN (1) CN113076147B (en)

Citations (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103186380A (en) * 2011-12-31 2013-07-03 北大方正集团有限公司 Development method and device for APK (Android PacKage)
CN103425509A (en) * 2013-08-07 2013-12-04 深圳市欧珀通信软件有限公司 Method and device for installing language package
CN103544005A (en) * 2013-09-10 2014-01-29 Tcl集团股份有限公司 Expansion developing method and device for Android custom control
CN105159788A (en) * 2015-09-11 2015-12-16 Tcl集团股份有限公司 Method and system for dynamic resource sharing between Android applications
US9818136B1 (en) * 2003-02-05 2017-11-14 Steven M. Hoffberg System and method for determining contingent relevance
CN109542445A (en) * 2017-08-01 2019-03-29 北京京东尚科信息技术有限公司 A kind of method and apparatus that Android plug-in unit melts hair
CN109614162A (en) * 2018-11-15 2019-04-12 福建天泉教育科技有限公司 Based on the loaded and optimized method in front end under component development paradigm, storage medium
CN109871704A (en) * 2019-03-19 2019-06-11 北京智游网安科技有限公司 Android resource file means of defence, equipment and storage medium based on Hook
CN110442327A (en) * 2018-05-03 2019-11-12 阿里巴巴集团控股有限公司 A kind of application builds method, apparatus, server
CN110471709A (en) * 2019-07-15 2019-11-19 北京字节跳动网络技术有限公司 A kind of method, apparatus, medium and electronic equipment accelerating webpage opening speed
US10482260B1 (en) * 2012-06-25 2019-11-19 Symantec Corporation In-line filtering of insecure or unwanted mobile device software components or communications
CN110688232A (en) * 2018-07-05 2020-01-14 珠海市魅族科技有限公司 Application program calling method, terminal device and computer readable storage medium
CN110727469A (en) * 2018-06-29 2020-01-24 珠海市魅族科技有限公司 Terminal device control method and device, application program configuration file packaging method, terminal device and computer readable storage medium
CN110780940A (en) * 2019-09-24 2020-02-11 维沃移动通信有限公司 Application program loading method, electronic device and storage medium
CN111090463A (en) * 2019-12-11 2020-05-01 北京小米移动软件有限公司 Resource identification method and device and computer storage medium
CN112052013A (en) * 2020-08-03 2020-12-08 完美世界(北京)软件科技发展有限公司 Software package generation method and device, storage medium and electronic device

Patent Citations (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9818136B1 (en) * 2003-02-05 2017-11-14 Steven M. Hoffberg System and method for determining contingent relevance
CN103186380A (en) * 2011-12-31 2013-07-03 北大方正集团有限公司 Development method and device for APK (Android PacKage)
US10482260B1 (en) * 2012-06-25 2019-11-19 Symantec Corporation In-line filtering of insecure or unwanted mobile device software components or communications
CN103425509A (en) * 2013-08-07 2013-12-04 深圳市欧珀通信软件有限公司 Method and device for installing language package
CN103544005A (en) * 2013-09-10 2014-01-29 Tcl集团股份有限公司 Expansion developing method and device for Android custom control
CN105159788A (en) * 2015-09-11 2015-12-16 Tcl集团股份有限公司 Method and system for dynamic resource sharing between Android applications
CN109542445A (en) * 2017-08-01 2019-03-29 北京京东尚科信息技术有限公司 A kind of method and apparatus that Android plug-in unit melts hair
CN110442327A (en) * 2018-05-03 2019-11-12 阿里巴巴集团控股有限公司 A kind of application builds method, apparatus, server
CN110727469A (en) * 2018-06-29 2020-01-24 珠海市魅族科技有限公司 Terminal device control method and device, application program configuration file packaging method, terminal device and computer readable storage medium
CN110688232A (en) * 2018-07-05 2020-01-14 珠海市魅族科技有限公司 Application program calling method, terminal device and computer readable storage medium
CN109614162A (en) * 2018-11-15 2019-04-12 福建天泉教育科技有限公司 Based on the loaded and optimized method in front end under component development paradigm, storage medium
CN109871704A (en) * 2019-03-19 2019-06-11 北京智游网安科技有限公司 Android resource file means of defence, equipment and storage medium based on Hook
CN110471709A (en) * 2019-07-15 2019-11-19 北京字节跳动网络技术有限公司 A kind of method, apparatus, medium and electronic equipment accelerating webpage opening speed
CN110780940A (en) * 2019-09-24 2020-02-11 维沃移动通信有限公司 Application program loading method, electronic device and storage medium
CN111090463A (en) * 2019-12-11 2020-05-01 北京小米移动软件有限公司 Resource identification method and device and computer storage medium
CN112052013A (en) * 2020-08-03 2020-12-08 完美世界(北京)软件科技发展有限公司 Software package generation method and device, storage medium and electronic device

Also Published As

Publication number Publication date
CN113076147A (en) 2021-07-06

Similar Documents

Publication Publication Date Title
US9489184B2 (en) Adaptive selection of programming language versions for compilation of software programs
CN111367510B (en) Android function module development method and device
CN106775744B (en) Method and device for generating static library
GB2506596A (en) Managing a set of software modules in a runtime environment
CN109032631B (en) Application program patch package obtaining method and device, computer equipment and storage medium
US9442717B2 (en) Techniques for automatically identifying input files used to generate output files in a software build process
CN106991100B (en) Data import method and device
CN110059456B (en) Code protection method, code protection device, storage medium and electronic equipment
CN111209001A (en) Method, system, equipment and medium for batch generation of APKs of android channels
CN112835587B (en) Compiling integration method and device
CN113076147B (en) Dynamic APK resource loading method, device, system and medium
CN111352631B (en) Interface compatibility detection method and device
CN109933325A (en) A kind of dex file construction method, apparatus and system
CN111061486B (en) Android application program increment method
CN108304184B (en) Compiling method and device
CN111158665A (en) Code generation method and device, electronic equipment and storage medium
CN110737438A (en) data processing method and device
CN115098158A (en) SDK packaging method and device, computer equipment and storage medium
CN111367512B (en) Method and device for creating Android library module dependency relationship in application development
CN111381865B (en) Packaging method, device and equipment of game application and storage medium
CN111273940B (en) Method and device for uploading program file to code warehouse
US20090172648A1 (en) Byte code analysis library
CN112559444A (en) SQL (structured query language) file migration method and device, storage medium and equipment
CN106897588B (en) Processing method and device of label function
CN112052035A (en) Version packaging method and device based on bank back-line system

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