CN111338708A - Application program processing method, client and system based on android plug-in - Google Patents

Application program processing method, client and system based on android plug-in Download PDF

Info

Publication number
CN111338708A
CN111338708A CN202010117300.3A CN202010117300A CN111338708A CN 111338708 A CN111338708 A CN 111338708A CN 202010117300 A CN202010117300 A CN 202010117300A CN 111338708 A CN111338708 A CN 111338708A
Authority
CN
China
Prior art keywords
plug
apk
server
update
android
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
CN202010117300.3A
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.)
Anhui Issa Data Technology Co ltd
Original Assignee
Anhui Issa Data 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 Anhui Issa Data Technology Co ltd filed Critical Anhui Issa Data Technology Co ltd
Priority to CN202010117300.3A priority Critical patent/CN111338708A/en
Publication of CN111338708A publication Critical patent/CN111338708A/en
Pending legal-status Critical Current

Links

Images

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
    • G06F9/44526Plug-ins; Add-ons

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

The embodiment of the invention discloses an application program processing method, a client and a system based on an android plug-in, wherein the method comprises the following steps: traversing and loading the apk installation package downloaded at the home terminal when receiving user operation to run the current application program; sending a downloading request to a server according to the user permission or requirement; and receiving and loading the specified apk plug-in returned by the server. According to the Android App hot updating method, a client is not required to be subjected to cold start, the four components are updated, after the patch technology is used, the App can repair bugs on the line rapidly without perception, the online updating success rate is high, the updating time is short, and the user experience is good.

Description

Application program processing method, client and system based on android plug-in
Technical Field
The invention relates to the technical field of computer software, in particular to an application program processing method, a client and a system based on an android plug-in.
Background
With the development of internet software technology, apps also become the most popular mode of intelligent application software, and a convenient and fast communication and application bridge is built between software developers and users. Such problems can occur during App use. For example, after an App developer issues an Android App, as applications go deep, a certain function is updated, and needs to be upgraded urgently in order to obtain better application performance and user experience. At this time, an App developer needs to modify, repack, test, change packages to each application market and channel, prompt a user to upgrade, download and install in a covering manner, and a series of actions bring a large workload to the developer and bring certain interference to the user. Sometimes, only one line of code is modified, and the package is changed and the code is reissued at a great cost.
Disclosure of Invention
Aiming at the technical defects in the prior art, the embodiment of the invention aims to provide an application program processing method, a client and a system based on an android plug-in.
In order to achieve the above object, in a first aspect, an embodiment of the present invention provides an application processing method for a plug-in, including:
traversing and loading the apk installation package downloaded at the home terminal when receiving user operation to run the current application program;
sending a downloading request to a server according to user permission or requirements, wherein the downloading request comprises appointed apk plug-in information;
and receiving and loading a specified apk plug-in returned by the server, wherein the specified apk plug-in is extracted by the server according to the apk plug-in information, and the specified apk plug-in is obtained by modifying a program by the server and compiling through a Gradle script.
Further, after receiving and loading the specified apk plug-in returned by the server, the method further comprises:
judging whether a new plug-in exists or whether a plug-in needs to be updated;
if a new plug-in exists or needs to be updated, sending an update request to the server, receiving an update apk plug-in returned by the server, replacing an old apk plug-in existing at the local end with the update apk plug-in, and loading the update apk plug-in, wherein the update apk plug-in is obtained by modifying a program by the server and compiling through a Gradle script;
and if no new plug-in exists or no plug-in needs to be updated, loading the apk plug-in module downloaded at the home terminal.
In a second aspect, an embodiment of the present invention provides an android client, including:
the receiving unit is used for traversing and loading the apk installation package downloaded at the home terminal when receiving user operation to run the current application program;
the system comprises a request unit, a download unit and a download unit, wherein the request unit is used for sending a download request to a server according to user authority or requirements, and the download request comprises appointed apk plug-in information;
and the loading unit is used for receiving and loading the appointed apk plug-in returned by the server, the appointed apk plug-in is extracted by the server according to the apk plug-in information, and the appointed apk plug-in is obtained by modifying a program by the server and compiling through a Gradle script.
Further, the android client further comprises:
the judging unit is used for judging whether a new plug-in exists or whether a plug-in needs to be updated;
if a new plug-in exists or needs to be updated, the request unit sends an update request to the server, the receiving unit receives an update apk plug-in returned by the server and replaces an old apk plug-in existing at the local end with the update apk plug-in, and the loading unit loads the update apk plug-in, wherein the update apk plug-in is obtained by modifying a program by the server and compiling through a Gradle script;
and if no new plug-in exists or no plug-in needs to be updated, the loading unit loads the apk plug-in module downloaded at the local end.
In a third aspect, an embodiment of the present invention provides another android client, including a processor, an input device, an output device, and a memory, where the processor, the input device, the output device, and the memory are connected to each other, where the memory is used to store a computer program, and the computer program includes program instructions, and the processor is configured to call the program instructions to execute the method in the first aspect.
In a fourth aspect, an embodiment of the present invention provides another method for processing an application program based on an android plug-in, where the method includes:
the server modifies the program and compiles the program through a Gradle script to generate a plurality of appointed apk plug-ins;
when the android client receives user operation to run the current application program, traversing and loading the apk installation package downloaded by the local terminal;
the android client sends a downloading request to a server according to user permission or requirements, wherein the downloading request comprises appointed apk plug-in information;
the server extracts a specified apk plug-in according to the apk plug-in information and returns the specified apk plug-in to the android client;
and the android client receives and loads the specified apk plug-in.
Further, the method further comprises:
the android client side judges whether a new plug-in exists or whether a plug-in needs to be updated;
if a new plug-in exists or needs to be updated, the android client sends an update request to the server, receives an update apk plug-in returned by the server, replaces an old apk plug-in existing at the local end with the update apk plug-in, and loads the update apk plug-in, wherein the update apk plug-in is obtained by modifying a program by the server and compiling through a Gradle script;
and if no new plug-in exists or no plug-in needs to be updated, the android client loads the apk plug-in module downloaded at the home terminal.
In a fifth aspect, an embodiment of the present invention provides an application processing system based on an android plug-in, including an android client and a server that communicate with each other. Wherein the android client is as described above in the second or third aspect.
The embodiment of the invention has the following main advantages:
(1) the user can conveniently download the specified plug-in unit for installation according to the requirement without downloading all the plug-in units at one time;
(2) constructing a main function framework APK, and as long as the main function APK is not modified, frequently loading and examining and approving the APK are not needed;
(3) according to the user permission or the requirement, only the appointed apk plug-in module needs to be downloaded, so that the user can save the flow conveniently.
Drawings
In order to more clearly illustrate the detailed description of the invention or the technical solutions in the prior art, the drawings that are needed in the detailed description of the invention or the prior art will be briefly described below.
Fig. 1 is a schematic flowchart of an application processing method based on an android plug-in according to a first embodiment of the present invention;
FIG. 2 is a flowchart illustrating a processing method for an application based on an android plug-in according to a second embodiment of the present invention;
FIG. 3 is a schematic structural diagram of an application processing system based on an android plug-in provided by an embodiment of the present invention;
FIG. 4 is a schematic structural diagram of the android client in FIG. 3;
fig. 5 is another structural diagram of the android client in fig. 3.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, 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.
Referring to fig. 1, a method for processing an application based on an android plug-in according to a first embodiment of the present invention is provided. It should be noted that the method in this embodiment is described from the perspective of an android client (e.g., an android handset), and the execution subject in this embodiment is one and only one android client. As shown, the method includes:
s101, traversing and loading the apk installation package downloaded at the home terminal when receiving user operation to run the current application program.
Specifically, the user operates the android phone, for example, clicks an icon of an application program (APP) on a screen, so as to run the APP, and traverse and load the downloaded apk installation package on the local terminal (i.e., the android phone).
And S102, sending a downloading request to the server according to the user authority or the requirement.
Wherein, the download request includes the designated apk plug-in information, which includes but not limited to the name of the apk plug-in.
S103, receiving and loading the appointed apk plug-in returned by the server.
And the appointed apk plug-in is extracted by the server according to the apk plug-in information, and the appointed apk plug-in is obtained by modifying a program by the server and compiling through a Gradle script.
Specifically, the server extracts an apk plug-in generated and stored in advance on the server according to a downloading request sent by the android client, and returns the apk plug-in to the android client. And the android client receives and loads the apk plug-in.
S104, judging whether a new plug-in exists or whether a plug-in needs to be updated, if so, executing step S105, otherwise, executing step S106.
S105, sending an update request to the server, receiving an update apk plug-in returned by the server, replacing an old apk plug-in existing at the local end with the update apk plug-in, and loading the update apk plug-in.
And the updating apk plug-in is obtained by modifying a program by the server and compiling by a Gradle script.
Specifically, when a new plug-in exists in the android client or the plug-in needs to be updated, an update request is sent to the server, and the server extracts the corresponding update apk plug-in according to the update request and returns the corresponding update apk plug-in to the android client. And if the old apk plug-in exists in the android client, replacing the old apk plug-in with the newly downloaded apk plug-in, running the main function and loading the new apk plug-in.
And S106, loading the apk plug-in module downloaded by the home terminal.
Specifically, the main function is operated and the apk plug-in module downloaded at the local end is loaded.
The embodiment of the invention has the following main advantages:
(1) the user can conveniently download the specified plug-in unit for installation according to the requirement without downloading all the plug-in units at one time;
(2) constructing a main function framework APK, and as long as the main function APK is not modified, frequently loading and examining and approving the APK are not needed;
(3) according to the user permission or the requirement, only the appointed apk plug-in module needs to be downloaded, so that the user can save the flow conveniently.
In addition, the embodiment of the invention actually provides an Android App hot updating method, a client does not need to perform cold start, the four components are updated, after the patch technology is used, the App can repair bugs on wires rapidly without perception, the success rate of online updating is high, the updating time is short, and the user experience is good.
Please refer to fig. 2, which illustrates a processing method for an application based on an android plug-in according to a second embodiment of the present invention. It should be noted that the method in this embodiment is described in terms of standing on both an android client (such as an android phone) and a server, and the execution main body in this embodiment includes both the android client and the server. As shown, the method includes:
s201, the server modifies the program and compiles the program through the Gradle script to generate a plurality of designated apk plug-ins.
Specifically, the server side modifies the program and compiles the program through the Gradle script to generate apk plug-in executable files with corresponding functions, such as a weather module, a video module plug-in apk and the like.
S202, when the android client receives user operation to run the current application program, traversing and loading the apk installation package downloaded by the local terminal.
S203, the android client sends a downloading request to the server according to the user permission or requirement, wherein the downloading request comprises the appointed apk plug-in information.
S204, the server extracts a specified apk plug-in according to the apk plug-in information and returns the specified apk plug-in to the android client;
s205, the android client receives and loads the specified apk plug-in.
S206, the android client judges whether a new plug-in exists or whether the plug-in needs to be updated, if so, step S207 is executed, otherwise, step S208 is executed.
And S207, the android client sends an update request to the server, receives an update apk plug-in returned by the server, replaces an old apk plug-in existing at the local terminal with the update apk plug-in, and loads the update apk plug-in.
And the updating apk plug-in is obtained by modifying a program by the server and compiling by a Gradle script.
Specifically, when a new plug-in exists in the android client or the plug-in needs to be updated, an update request is sent to the server, and the server extracts the corresponding update apk plug-in according to the update request and returns the corresponding update apk plug-in to the android client. And if the old apk plug-in exists in the android client, replacing the old apk plug-in with the newly downloaded apk plug-in, running the main function and loading the new apk plug-in.
And S208, the android client loads the apk plug-in module downloaded by the home terminal.
From the above description, it can be seen that, the application processing method based on the android plug-in implementing the embodiment of the present invention has the following main advantages:
(1) the user can conveniently download the specified plug-in unit for installation according to the requirement without downloading all the plug-in units at one time;
(2) constructing a main function framework APK, and as long as the main function APK is not modified, frequently loading and examining and approving the APK are not needed;
(3) according to the user permission or the requirement, only the appointed apk plug-in module needs to be downloaded, so that the user can save the flow conveniently.
Based on the same inventive concept, the embodiment of the invention provides an application program processing system based on an android plug-in. As shown in FIG. 3, the system includes an android client 100 and a server 200 in communication with each other.
As shown in fig. 4, the android client 100 includes:
the receiving unit 10 is configured to traverse and load an apk installation package downloaded at a home terminal when receiving a user operation to run a current application program;
the system comprises a request unit 11, a download unit and a processing unit, wherein the request unit is used for sending a download request to a server according to user authority or requirements, and the download request comprises appointed apk plug-in information;
and the loading unit 12 is configured to receive and load a specified apk plug-in returned by the server, where the specified apk plug-in is extracted by the server according to the apk plug-in information, and the specified apk plug-in is obtained by modifying a program by the server and compiling through a Gradle script.
Further, the android client 100 further includes:
a judging unit 13, configured to judge whether a new plug-in exists or whether a plug-in needs to be updated;
if a new plug-in exists or needs to be updated, the request unit 11 sends an update request to the server, the receiving unit 10 receives an update apk plug-in returned by the server 200, replaces an old apk plug-in existing at the local end with the update apk plug-in, and the loading unit 12 loads the update apk plug-in, wherein the update apk plug-in is obtained by modifying a program by the server 200 and compiling through a Gradle script;
if no new plug-in exists or no plug-in needs to be updated, the loading unit 12 loads the apk plug-in module downloaded at the local end.
Optionally, as shown in fig. 4, in another preferred embodiment of the present invention, the android client may include: one or more processors 101, one or more input devices 102, one or more output devices 103, and memory 104, the processors 101, input devices 102, output devices 103, and memory 104 being interconnected via a bus 105. The memory 104 is used to store a computer program comprising program instructions, the processor 101 being configured to invoke the program instructions to perform the methods of the above-described android plug-in based application processing method embodiment portions.
It should be understood that, in the embodiment of the present invention, the Processor 101 may be a Central Processing Unit (CPU), and the Processor may also be other general processors, Digital Signal Processors (DSPs), Application Specific Integrated Circuits (ASICs), Field Programmable Gate Arrays (FPGAs) or other Programmable logic devices, discrete Gate or transistor logic devices, discrete hardware components, and the like. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
The input device 102 may include a keyboard or the like, and the output device 103 may include a display (LCD or the like), a speaker, or the like.
The memory 104 may include read-only memory and random access memory, and provides instructions and data to the processor 101. A portion of the memory 104 may also include non-volatile random access memory. For example, the memory 104 may also store device type information.
In a specific implementation, the processor 101, the input device 102, and the output device 103 described in the embodiment of the present invention may execute the implementation manner described in the embodiment of the application processing method based on the android plug-in provided in the embodiment of the present invention, and details are not described here again.
Those of ordinary skill in the art will appreciate that the elements and algorithm steps of the examples described in connection with the embodiments disclosed herein may be embodied in electronic hardware, computer software, or combinations of both, and that the components and steps of the examples have been described in a functional general in the foregoing description for the purpose of illustrating clearly the interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present invention.
In the several embodiments provided in the present application, it should be understood that the disclosed units and methods may be implemented in other ways. For example, the above-described apparatus embodiments are merely illustrative, and for example, the division of the units is only one logical division, and other divisions may be realized in practice, for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or units, and may also be an electric, mechanical or other form of connection.
While the invention has been described with reference to specific embodiments, the invention is not limited thereto, and various equivalent modifications and substitutions can be easily made by those skilled in the art within the technical scope of the invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (8)

1. An application program processing method based on an android plug-in is characterized by comprising the following steps:
traversing and loading the apk installation package downloaded at the home terminal when receiving user operation to run the current application program;
sending a downloading request to a server according to user permission or requirements, wherein the downloading request comprises appointed apk plug-in information;
and receiving and loading a specified apk plug-in returned by the server, wherein the specified apk plug-in is extracted by the server according to the apk plug-in information, and the specified apk plug-in is obtained by modifying a program by the server and compiling through a Gradle script.
2. The android plug-in based application processing method of claim 1, wherein after receiving and loading the specified apk plug-in returned by the server, the method further comprises:
judging whether a new plug-in exists or whether a plug-in needs to be updated;
if a new plug-in exists or needs to be updated, sending an update request to the server, receiving an update apk plug-in returned by the server, replacing an old apk plug-in existing at the local end with the update apk plug-in, and loading the update apk plug-in, wherein the update apk plug-in is obtained by modifying a program by the server and compiling through a Gradle script;
and if no new plug-in exists or no plug-in needs to be updated, loading the apk plug-in module downloaded at the home terminal.
3. An android client, comprising:
the receiving unit is used for traversing and loading the apk installation package downloaded at the home terminal when receiving user operation to run the current application program;
the system comprises a request unit, a download unit and a download unit, wherein the request unit is used for sending a download request to a server according to user authority or requirements, and the download request comprises appointed apk plug-in information;
and the loading unit is used for receiving and loading the appointed apk plug-in returned by the server, the appointed apk plug-in is extracted by the server according to the apk plug-in information, and the appointed apk plug-in is obtained by modifying a program by the server and compiling through a Gradle script.
4. The android client of claim 3, further comprising:
the judging unit is used for judging whether a new plug-in exists or whether a plug-in needs to be updated;
if a new plug-in exists or needs to be updated, the request unit sends an update request to the server, the receiving unit receives an update apk plug-in returned by the server and replaces an old apk plug-in existing at the local end with the update apk plug-in, and the loading unit loads the update apk plug-in, wherein the update apk plug-in is obtained by modifying a program by the server and compiling through a Gradle script;
and if no new plug-in exists or no plug-in needs to be updated, the loading unit loads the apk plug-in module downloaded at the local end.
5. An android client comprising a processor, an input device, an output device, and a memory, the processor, the input device, the output device, and the memory being interconnected, wherein the memory is configured to store a computer program comprising program instructions, the processor being configured to invoke the program instructions to perform the method of claim 1 or 2.
6. An application program processing method based on an android plug-in is characterized by comprising the following steps:
the server modifies the program and compiles the program through a Gradle script to generate a plurality of appointed apk plug-ins;
when the android client receives user operation to run the current application program, traversing and loading the apk installation package downloaded by the local terminal;
the android client sends a downloading request to a server according to user permission or requirements, wherein the downloading request comprises appointed apk plug-in information;
the server extracts a specified apk plug-in according to the apk plug-in information and returns the specified apk plug-in to the android client;
and the android client receives and loads the specified apk plug-in.
7. The android plug-in based application processing method of claim 6, wherein after the android client receives and loads the specified apk plug-in, the method further comprises:
the android client side judges whether a new plug-in exists or whether a plug-in needs to be updated;
if a new plug-in exists or needs to be updated, the android client sends an update request to the server, receives an update apk plug-in returned by the server, replaces an old apk plug-in existing at the local end with the update apk plug-in, and loads the update apk plug-in, wherein the update apk plug-in is obtained by modifying a program by the server and compiling through a Gradle script;
and if no new plug-in exists or no plug-in needs to be updated, the android client loads the apk plug-in module downloaded at the home terminal.
8. An android plug-in based application processing system comprising an android client and a server in communication with each other, wherein the android client is as in claim 5.
CN202010117300.3A 2020-02-25 2020-02-25 Application program processing method, client and system based on android plug-in Pending CN111338708A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010117300.3A CN111338708A (en) 2020-02-25 2020-02-25 Application program processing method, client and system based on android plug-in

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010117300.3A CN111338708A (en) 2020-02-25 2020-02-25 Application program processing method, client and system based on android plug-in

Publications (1)

Publication Number Publication Date
CN111338708A true CN111338708A (en) 2020-06-26

Family

ID=71181840

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010117300.3A Pending CN111338708A (en) 2020-02-25 2020-02-25 Application program processing method, client and system based on android plug-in

Country Status (1)

Country Link
CN (1) CN111338708A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112689199A (en) * 2020-12-23 2021-04-20 深圳市酷开网络科技股份有限公司 Method and device for loading plug-in of television homepage, television and storage medium
CN113434319A (en) * 2021-06-24 2021-09-24 广州欢网科技有限责任公司 Television APP client repairing method and device and server

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103313231A (en) * 2013-07-03 2013-09-18 百度在线网络技术(北京)有限公司 Method, system and server for upgrading application program in mobile terminal
CN105955787A (en) * 2016-05-18 2016-09-21 深圳市掌玩网络技术有限公司 Method and device used for loading plug-in of Android system
CN106201638A (en) * 2016-08-31 2016-12-07 广州品唯软件有限公司 A kind of plug-in loading method, system, client and service end
CN106371874A (en) * 2016-08-31 2017-02-01 广州品唯软件有限公司 Plug-in data loading method and equipment
WO2017101509A1 (en) * 2015-12-14 2017-06-22 乐视控股(北京)有限公司 Application program update method and apparatus
CN106909406A (en) * 2015-12-23 2017-06-30 北京奇虎科技有限公司 A kind of method and device of the APK plug-in units of loading application programs
CN108399080A (en) * 2018-03-05 2018-08-14 深圳市华讯方舟软件信息有限公司 A kind of hot update methods of Android App

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103313231A (en) * 2013-07-03 2013-09-18 百度在线网络技术(北京)有限公司 Method, system and server for upgrading application program in mobile terminal
WO2017101509A1 (en) * 2015-12-14 2017-06-22 乐视控股(北京)有限公司 Application program update method and apparatus
CN106909406A (en) * 2015-12-23 2017-06-30 北京奇虎科技有限公司 A kind of method and device of the APK plug-in units of loading application programs
CN105955787A (en) * 2016-05-18 2016-09-21 深圳市掌玩网络技术有限公司 Method and device used for loading plug-in of Android system
CN106201638A (en) * 2016-08-31 2016-12-07 广州品唯软件有限公司 A kind of plug-in loading method, system, client and service end
CN106371874A (en) * 2016-08-31 2017-02-01 广州品唯软件有限公司 Plug-in data loading method and equipment
CN108399080A (en) * 2018-03-05 2018-08-14 深圳市华讯方舟软件信息有限公司 A kind of hot update methods of Android App

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112689199A (en) * 2020-12-23 2021-04-20 深圳市酷开网络科技股份有限公司 Method and device for loading plug-in of television homepage, television and storage medium
CN112689199B (en) * 2020-12-23 2023-08-29 深圳市酷开网络科技股份有限公司 Plug-in loading method and device for television homepage, television and storage medium
CN113434319A (en) * 2021-06-24 2021-09-24 广州欢网科技有限责任公司 Television APP client repairing method and device and server

Similar Documents

Publication Publication Date Title
CN107992308B (en) Plug-in management method for android terminal application program
CN104063239B (en) Application program update method and server, the client of mobile terminal
US20090064135A1 (en) Bootstrapper and software download manager
CN106325847B (en) Method and device for acquiring application program function based on iOS platform
CN110750288A (en) Native engineering configuration method and device, electronic equipment and storage medium
CN110471690B (en) Loading method and device for SO file of dynamic link library and storage medium
CN108874437B (en) Online cloud updating method for android application program
CN104375849A (en) Core loading method and device
CN107291481B (en) Component updating method, device and system
GB2589658A (en) Method and apparatus for running an applet
CN107844306B (en) Application program repairing method and device, storage medium and terminal
CN106293849B (en) application updating method and terminal
CN106502713A (en) A kind of method for upgrading software and system
CN111338708A (en) Application program processing method, client and system based on android plug-in
CN109032617B (en) Control method and control device for automatically deleting installation package
CN106293790B (en) application program upgrading method and device based on Firefox operating system
CN112631915B (en) Method, system, device and medium for PCIE device software simulation
CN110362333A (en) A kind of quick solution, device and electronic equipment that client upgrading hinders
CN107124713B (en) Customized updating method and mobile terminal
CN109933355B (en) Application program upgrading method and device
CN114115943A (en) Version updating method, system, medium and equipment supporting breakpoint continuous transmission
CN102902564A (en) Method and device for installing patches
CN113590179A (en) Plug-in detection method and device, electronic equipment and storage medium
CN112596751A (en) Compiling method, terminal, server and storage medium of application program installation package
KR100762618B1 (en) The method and system of upgrading firmware upgrade engine of 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