CN105094878A - System library file integration method and apparatus - Google Patents

System library file integration method and apparatus Download PDF

Info

Publication number
CN105094878A
CN105094878A CN201410219907.7A CN201410219907A CN105094878A CN 105094878 A CN105094878 A CN 105094878A CN 201410219907 A CN201410219907 A CN 201410219907A CN 105094878 A CN105094878 A CN 105094878A
Authority
CN
China
Prior art keywords
system library
library file
class
application program
party sdk
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.)
Granted
Application number
CN201410219907.7A
Other languages
Chinese (zh)
Other versions
CN105094878B (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.)
Alibaba Damo Institute Hangzhou Technology Co Ltd
Original Assignee
Alibaba Group Holding 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 Alibaba Group Holding Ltd filed Critical Alibaba Group Holding Ltd
Priority to CN201410219907.7A priority Critical patent/CN105094878B/en
Publication of CN105094878A publication Critical patent/CN105094878A/en
Application granted granted Critical
Publication of CN105094878B publication Critical patent/CN105094878B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

The present invention discloses a system library file integration method and apparatus, and belongs to the technical field of computer communication. The method comprises: starting an application program, loading a system library file that is needed by the application program; and in a phase of constructing a class of the application program with a constructor function attribute, obtaining a preset system library file loading mode in a third-party software development kit SDK that is used by the application program; and automatically loading the system library file that is needed by the third-party SDK through the preset system library file loading mode, The apparatus comprises: a first loading module, an obtaining module and a second loading module. According to the system library file integration method and apparatus, disclosed by the present invention, the system library file that is needed by the third-party SDK does not need to be manually added, steps of system library file integration are simplified, and time and cost can be saved.

Description

A kind of method and apparatus of integrated system library file
Technical field
The application relates to computer communication technology field, is specifically related to a kind of method and apparatus of integrated system library file.
Background technology
Along with the development of computer communication technology, use the mobile terminal of iOS (iphoneoperatingsystem) system to receive liking of many users, the application program based on iOS exploitation also gets more and more.Developer, in the process of developing application, in order to improve development efficiency, realizes more application functions, strengthens Consumer's Experience, generally will use other third party SDK (SoftwareDevelopmentKit, SDK (Software Development Kit)).Such as, realize content being shared the social platform such as micro-letter, QQ space, need the SDK using micro-letter, QQ space etc.; Realize payment function, need to use the SDK paid; Realize advertising function, need the SDK etc. using each advertising channel.Developer is when using third party SDK, in the system library file needing to add third party SDK needs to oneself application and development engineering, then in LoadLibrarys (load libraries) stage of application program corresponding to application and development engineering, the system library file that loading third-party SDK needs and the system library file that application program itself needs, realize system library file integrated to third party SDK needs.
The method of existing integrated system library file is specific as follows: developer reads needs the interpolation of the third party SDK used to illustrate, obtains the system library file that third party SDK needs; The system library file that third party SDK needs by developer, is added in the library file list of application and development engineering Xcode one by one; In LoadLibrarys (load libraries) stage of application program corresponding to application and development engineering, the system library file that loading third-party SDK needs and the system library file that application program itself needs, realize system library file integrated to third party SDK needs.
The method of existing integrated system library file, developer needs the interpolation explanation of reading third party SDK, by the system library file that third party SDK needs, manually be added in the library file list of application and development engineering Xcode, load in the LoadLibrarys stage, realize integrated, integrating process is loaded down with trivial details, lose time, cost is high.
Summary of the invention
Technical problems to be solved in this application are the method and apparatus providing a kind of integrated system library file, can automatically loading third-party SDK need system library file, developer is when using third party SDK, which do not need to know third party SDK intrinsic call system library file, do not need the system library file manually adding third party SDK needs, simplify the step of integrated system library file, can save time and cost.
In order to solve the problem, this application discloses a kind of method of integrated system library file, comprising: start application program, load the system library file that described application program itself needs; And building the stage with the class of the described application program of constructed fuction attribute, obtain the system library files loading mode preset in the third party software development kit SDK of described application program use; By described default system library files loading mode, automatically load the system library file that described third party SDK needs.
Further, described system library file comprises: document framework and/or dynamic library file.
Further, described default system library files loading mode, comprising: according to the coordinates measurement of the system library file of the described third party SDK needs NSBundle object based on NSBundle class; The loading method of described NSBundle class is used to load described NSBundle object to described application program.
Further, described method also comprises: for the class in the system library file of described third party SDK needs, uses dynamic approach initialization object; For initialized object, dynamic call method is used to perform the method corresponding to initialized object.
Further, described for the class in the system library file of described third party SDK needs, use dynamic approach initialization object, specifically comprise: call NSClassFromString function and judge whether the class in the system library file of described third party SDK needs exists, if existed, the class in the system library file that directly described in dynamic load, third party SDK needs, thus initialization object.
Further, described for initialized object, dynamic call method is used to perform the method corresponding to initialized object, be specially: by the method that selector command lookup is corresponding to described initialized object, use the method corresponding to initialized object that the dynamic call of performSelector function finds.
In order to solve the problem, this application discloses a kind of device of integrated system library file, described device comprises: the first load-on module, for starting application program, loads the system library file that described application program itself needs; Acquisition module, for building the stage with the class of the described application program of constructed fuction attribute, is obtaining the system library files loading mode preset in the third party software development kit SDK of described application program use; Second load-on module, for by described default system library files loading mode, loads the system library file that described third party SDK needs automatically.
Further, described system library file comprises: document framework and/or dynamic library file.
Further, the system library files loading mode preset that described acquisition module obtains, comprising: according to the coordinates measurement of the system library file of the described third party SDK needs NSBundle object based on NSBundle class; The loading method of described NSBundle class is used to load described NSBundle object to described application program.
Further, described device also comprises: initialization module, for the class in the system library file for described third party SDK needs, uses dynamic approach initialization object; Calling module, for for initialized object, uses dynamic call method to perform the method corresponding to initialized object.
Further, class in the system library file that described initialization module needs for described third party SDK, dynamic approach initialization object is used to be specially: to call NSClassFromString function and judge whether the class in the system library file that described third party SDK needs exists, if existed, the class in the system library file that directly described in dynamic load, third party SDK needs, thus initialization object.
Further, described calling module is for initialized object, use dynamic call method to perform the method corresponding to initialized object to be specially: by the method that selector command lookup is corresponding with described initialized object, use the method corresponding to initialized object that the dynamic call of performSelector function finds.
In order to solve the problem, disclosed herein as well is a kind of third party software development kit SDK, described third party SDK comprises: processing unit, for storing default system library files loading mode.
Further, the system library files loading mode preset that described processing unit stores, comprising: according to the coordinates measurement of the system library file of the described third party SDK needs NSBundle object based on NSBundle class; The loading method of NSBundle class is used to load described NSBundle object to described application program.
Compared with prior art, the application can obtain and comprise following technique effect:
Can automatically loading third-party SDK need system library file, developer is when using third party SDK, which do not need to know third party SDK intrinsic call system library file, do not need the system library file manually adding third party SDK needs, simplify the step of integrated system library file, can save time and cost.Carry out initialization object by dynamic approach, use the mode of dynamic call to perform the method corresponding to initialized object, just can realize, not the header file of cited system library file, the class under system library file and the object calling corresponding method can be used again.
Certainly, the arbitrary product implementing the application must not necessarily need to reach above-described all technique effects simultaneously.
Accompanying drawing explanation
Accompanying drawing described herein is used to provide further understanding of the present application, and form a application's part, the schematic description and description of the application, for explaining the application, does not form the improper restriction to the application.In the accompanying drawings:
Fig. 1 is the method flow diagram of a kind of integrated system library file of the embodiment of the present application;
Fig. 2 is the use process flow diagram of a kind of integrated system library file of the embodiment of the present application;
Fig. 3 is the apparatus structure schematic diagram of the first integrated system library file of the embodiment of the present application;
Fig. 4 is the apparatus structure schematic diagram of the second integrated system library file of the embodiment of the present application;
Fig. 5 is the apparatus structure schematic diagram of a kind of third party SDK of the embodiment of the present application.
Embodiment
Drawings and Examples will be coordinated below to describe the embodiment of the application in detail, by this to the application how application technology means solve technical matters and the implementation procedure reaching technology effect can fully understand and implement according to this.
In one typically configuration, computing equipment comprises one or more processor (CPU), input/output interface, network interface and internal memory.
Internal memory may comprise the volatile memory in computer-readable medium, and the forms such as random access memory (RAM) and/or Nonvolatile memory, as ROM (read-only memory) (ROM) or flash memory (flashRAM).Internal memory is the example of computer-readable medium.
Computer-readable medium comprises permanent and impermanency, removable and non-removable media can be stored to realize information by any method or technology.Information can be computer-readable instruction, data structure, the module of program or other data.The example of the storage medium of computing machine comprises, but be not limited to phase transition internal memory (PRAM), static RAM (SRAM), dynamic RAM (DRAM), the random access memory (RAM) of other types, ROM (read-only memory) (ROM), Electrically Erasable Read Only Memory (EEPROM), fast flash memory bank or other memory techniques, read-only optical disc ROM (read-only memory) (CD-ROM), digital versatile disc (DVD) or other optical memory, magnetic magnetic tape cassette, tape magnetic rigid disk stores or other magnetic storage apparatus or any other non-transmitting medium, can be used for storing the information can accessed by computing equipment.According to defining herein, computer-readable medium does not comprise non-temporary computer readable media (transitorymedia), as data-signal and the carrier wave of modulation.
embodiment describes
Be described further with the realization of an embodiment to the application's method below.As shown in Figure 1, be the method flow diagram of a kind of integrated system library file of the embodiment of the present application, the method comprises:
S101: the enabled instruction obtaining application program, starts application program.
Particularly, developer can download the third party SDK of the present embodiment, is added to by third party SDK in the application and development engineering of oneself.Wherein, the third party SDK of the present embodiment comprises default system library files loading mode.After the enabled instruction getting application program corresponding to application and development engineering, start application program.
Wherein, the system library files loading mode preset, comprising:
The coordinates measurement of the system library file needed according to third party SDK is based on the NSBundle object of NSBundle class;
The loading method of NSBundle class is used to load NSBundle object to application program.
Particularly, according to concrete third party SDK, can know which the system library file that third party SDK needs is, the coordinates measurement of each system library file that third party SDK is needed based on the NSBundle object of NSBundle class, the application program that use the loading method of NSBundle class to load application and development engineering that NSBundle object develops to developer is corresponding.
Such as: third party SDK is the interconnected SDK of QQ, then the system library file that third party SDK needs comprises " Security.framework ", " libiconv.dylib ", " SystemConfiguration.framework ", " CoreGraphics.Framework ", " libsqlite3.dylib ", " CoreTelephony.framework ", " libstdc++.dylib ", " libz.dylib " these eight system library files.Then the path of these eight system library files can be generated respectively the NSBundle object based on NSBundle class.
S102: in load libraries (LoadLibrarys) stage of application program, the system library file that loading application programs itself needs.
Wherein, system library file comprises: framework (framework) file and/or dylib (dynamic base) file.
S103: when calling class (_ _ attribute__ ((contructor))) of the application program with constructed fuction attribute, obtains the system library files loading mode preset in the third party software development kit SDK of application program use.
Owing to needing the system library file being loaded into third party SDK needs before the logical code running third party SDK.So default system library files loading mode is placed in _ _ attribute__ ((contructor)) method, and the execution of constructed fuction _ _ attribute__ ((contructor)) is before the execution of main function, it is hereby ensured the system library file of successful loading third-party SDK needs before all methods perform.
S104: by the system library files loading mode preset, the system library file that automatic loading third-party SDK needs.
Because the system library file that third party SDK needs is realized by the mode of operationally dynamic load, system library file is not added in the static compilation stage, compilation phase does not add the header file of system library file to application and development engineering yet, so source code can not the header file of definition of cited system library file, if directly statement uses the class of this system library document definition, source code just has at precompile stage compiler and reports an error, and not by compiling.So solution is the classes of all needs in the system library file quoted, dynamic approach is all used to carry out initialization object, generally can judge whether the class in the system library file that third party SDK needs exists by calling NSClassFromString function, if existed, the class in the system library file that direct dynamic load third party SDK needs, thus initialization object.Concrete example as:
NSClassFromString(“ClassName”)。
Initialized object, the mode of dynamic call is used to perform the method corresponding to initialized object, generally can pass through the selector command lookup method corresponding to initialized object, use the method corresponding to initialized object that the dynamic call of performSelector function finds.Concrete example as:
[objectperformSelector:selector(selectorName)]。
Just can be realized by said method, not the header file of cited system library file, the class under system library file and the object calling corresponding method can be used again.
The dynamic load of above-mentioned steps S102 ~ S104 and dynamic call are all completed before main function performs.
The method of the integrated system library file described in the present embodiment, can automatically loading third-party SDK need system library file, developer is when using third party SDK, which do not need to know third party SDK intrinsic call system library file, do not need the system library file manually adding third party SDK needs, simplify the step of integrated system library file, can save time and cost.Carry out initialization object by dynamic approach, use the mode of dynamic call to perform the method corresponding to initialized object, just can realize, not the header file of cited system library file, the class under system library file and the object calling corresponding method can be used again.
As shown in Figure 2, be a kind of use process flow diagram of integrated system library file of the embodiment of the present application.
S201: developer, by the backstage registration preset, downloads third party SDK.
Wherein, the backstage that the user that the backstage of presetting can be to provide the third party SDK of this example provides.By the backstage registration preset, security can be increased.
Wherein, third party SDK comprises default system library files loading mode.Third party SDK can be the form such as file or compressed document file.
S202: third party SDK adds in the application and development engineering of oneself by developer.
Third party SDK is added in the application and development engineering of oneself, in the engineering source code of oneself, namely add the code of corresponding third party SDK.
The system library file that S203: after the application program launching that application and development engineering is corresponding, third party SDK are needed by the system library files loading mode dynamic load third party SDK preset.
Namely content performed by this step S203 comprises the content of above-mentioned steps S101 ~ S104.
Developer does not need the system library file of manual loading third party SDK needs, does not need which the system library file knowing third party SDK needs is yet, greatly can simplify the step of developer's integrating third-party SDK.
S204: application program corresponding to application and development engineering realizes corresponding function logic.
As shown in Figure 3, be the structure drawing of device of a kind of integrated system library file of the embodiment of the present application, this device comprises:
First load-on module 301, for starting application program, the system library file that loading application programs itself needs;
Acquisition module 302, for building the stage with the class of the application program of constructed fuction attribute, is obtaining the system library files loading mode preset in the third party software development kit SDK of application program use;
Second load-on module 303, for the system library files loading mode by presetting, the system library file that automatic loading third-party SDK needs.
Wherein, system library file comprises: framework file and/or dylib file.
Wherein, the system library files loading mode preset that acquisition module 302 obtains, comprising:
The coordinates measurement of the system library file needed according to third party SDK is based on the NSBundle object of NSBundle class; The loading method of NSBundle class is used to load NSBundle object to application program.
Further, see Fig. 4, this device also comprises:
Initialization module 304, for the class in the system library file that needs for third party SDK, uses dynamic approach initialization object;
Calling module 305, for for initialized object, uses dynamic call method to perform the method corresponding to initialized object.
Further, class in the system library file that initialization module 304 needs for third party SDK, dynamic approach initialization object is used specifically to comprise: to call NSClassFromString function and judge whether the class in the system library file of third party SDK needs exists, if existed, the class in the system library file that direct dynamic load third party SDK needs, thus initialization object.In practical operation such as: NSClassFromString (" ClassName ").
Further, calling module 305 is for initialized object, use dynamic call method to perform the method corresponding to initialized object specifically to comprise: by the method that selector command lookup is corresponding with initialized object, use the method corresponding to initialized object that the dynamic call of performSelector function finds.In practical operation such as: [objectperformSelector:selector (selectorName)].
The device of the integrated system library file described in the present embodiment, can automatically loading third-party SDK need system library file, developer is when using third party SDK, which do not need to know third party SDK intrinsic call system library file, do not need the system library file manually adding third party SDK needs, simplify the step of integrated system library file, can save time and cost.Carry out initialization object by dynamic approach, use the mode of dynamic call to perform the method corresponding to initialized object, just can realize, not the header file of cited system library file, the class under system library file and the object calling corresponding method can be used again.
As shown in Figure 5, be a kind of third party software development kit SDK of the embodiment of the present application, this third party SDK40 comprises:
Processing unit 401, for storing default system library files loading mode.
Further, the system library files loading mode preset that processing unit 401 stores, comprising:
By the NSBundle object of the coordinates measurement of the system library file of third party SDK needs based on NSBundle class;
The loading method of NSBundle class is used to load NSBundle object to application program.
SDK described in the present embodiment, can automatically loading third-party SDK need system library file, developer is when using third party SDK, which do not need to know third party SDK intrinsic call system library file, do not need the system library file manually adding third party SDK needs, simplify the step of integrated system library file, can save time and cost.
Described device, third party SDK describe corresponding with aforesaid method flow, and weak point describing with reference to said method flow process, repeats no longer one by one.
Above-mentioned explanation illustrate and describes some preferred embodiments of the application, but as previously mentioned, be to be understood that the application is not limited to the form disclosed by this paper, should not regard the eliminating to other embodiments as, and can be used for other combinations various, amendment and environment, and can in invention contemplated scope described herein, changed by the technology of above-mentioned instruction or association area or knowledge.And the change that those skilled in the art carry out and change do not depart from the spirit and scope of the application, then all should in the protection domain of the application's claims.

Claims (12)

1. a method for integrated system library file, is characterized in that, described method comprises:
Start application program, load the system library file that described application program itself needs;
And building the stage with the class of the described application program of constructed fuction attribute, obtain the system library files loading mode preset in the third party software development kit SDK of described application program use;
By described default system library files loading mode, automatically load the system library file that described third party SDK needs.
2. the method for claim 1, is characterized in that, described system library file comprises: document framework and/or dynamic library file.
3. the method for claim 1, is characterized in that, described default system library files loading mode, comprising:
The coordinates measurement of the system library file needed according to described third party SDK is based on the NSBundle object of NSBundle class;
The loading method of described NSBundle class is used to load described NSBundle object to described application program.
4. the method as described in claim as arbitrary in claim 1-3, is characterized in that, described method also comprises:
For the class in the system library file that described third party SDK needs, use dynamic approach initialization object;
For initialized object, dynamic call method is used to perform the method corresponding to initialized object.
5. method as claimed in claim 4, is characterized in that, described for the class in the system library file of described third party SDK needs, uses dynamic approach initialization object, specifically comprises:
Call NSClassFromString function and judge whether the class in the system library file that described third party SDK needs exists, if existed, the class in the system library file that directly described in dynamic load, third party SDK needs, thus initialization object.
6. method as claimed in claim 4, is characterized in that, described for initialized object, uses dynamic call method to perform the method corresponding to initialized object, is specially:
By the method that selector command lookup is corresponding to described initialized object, use the method corresponding to initialized object that the dynamic call of performSelector function finds.
7. a device for integrated system library file, is characterized in that, described device comprises:
First load-on module, for starting application program, loads the system library file that described application program itself needs;
Acquisition module, for building the stage with the class of the described application program of constructed fuction attribute, is obtaining the system library files loading mode preset in the third party software development kit SDK of described application program use;
Second load-on module, for by described default system library files loading mode, loads the system library file that described third party SDK needs automatically.
8. device as claimed in claim 7, it is characterized in that, described system library file comprises: document framework and/or dynamic library file.
9. device as claimed in claim 7, is characterized in that, the system library files loading mode preset that described acquisition module obtains, and comprising:
The coordinates measurement of the system library file needed according to described third party SDK is based on the NSBundle object of NSBundle class;
The loading method of described NSBundle class is used to load described NSBundle object to described application program.
10. the device as described in claim as arbitrary in claim 7-9, is characterized in that, described device also comprises:
Initialization module, for the class in the system library file for described third party SDK needs, uses dynamic approach initialization object;
Calling module, for for initialized object, uses dynamic call method to perform the method corresponding to initialized object.
11. devices as claimed in claim 10, is characterized in that, the class in the system library file that described initialization module needs for described third party SDK, use dynamic approach initialization object to be specially:
Call NSClassFromString function and judge whether the class in the system library file that described third party SDK needs exists, if existed, the class in the system library file that directly described in dynamic load, third party SDK needs, thus initialization object.
12. devices as claimed in claim 10, is characterized in that, described calling module, for initialized object, uses dynamic call method to perform the method corresponding to initialized object and is specially:
By the method that selector command lookup is corresponding to described initialized object, use the method corresponding to initialized object that the dynamic call of performSelector function finds.
CN201410219907.7A 2014-05-22 2014-05-22 A kind of method and apparatus of integrated system library file Active CN105094878B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410219907.7A CN105094878B (en) 2014-05-22 2014-05-22 A kind of method and apparatus of integrated system library file

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410219907.7A CN105094878B (en) 2014-05-22 2014-05-22 A kind of method and apparatus of integrated system library file

Publications (2)

Publication Number Publication Date
CN105094878A true CN105094878A (en) 2015-11-25
CN105094878B CN105094878B (en) 2019-02-22

Family

ID=54575398

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410219907.7A Active CN105094878B (en) 2014-05-22 2014-05-22 A kind of method and apparatus of integrated system library file

Country Status (1)

Country Link
CN (1) CN105094878B (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105824623A (en) * 2016-03-14 2016-08-03 广州趣丸网络科技有限公司 Android application hotfix method and device
CN106936686A (en) * 2015-12-31 2017-07-07 北京北信源软件股份有限公司 A kind of immediate communication platform for supporting safety moving to handle official business
CN107193609A (en) * 2017-05-27 2017-09-22 北京奇虎科技有限公司 Functional module call method and device, electronic equipment in
CN107729063A (en) * 2017-10-25 2018-02-23 武汉斗鱼网络科技有限公司 Call method, device and the terminal of SDK
CN109933350A (en) * 2019-03-07 2019-06-25 江苏通付盾信息安全技术有限公司 The method, apparatus and electronic equipment of embedded code in the application
CN111309407A (en) * 2020-02-21 2020-06-19 咪咕文化科技有限公司 Processing method and device for integrated third-party library
CN114461226A (en) * 2022-04-07 2022-05-10 广州易方信息科技股份有限公司 Method and device for solving mandatory dependence

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1834911A (en) * 2005-03-14 2006-09-20 华为技术有限公司 Method of realizing program loading operation
CN1924805A (en) * 2005-09-02 2007-03-07 腾讯科技(深圳)有限公司 Method for realizing dynamic clinkbase in wireless binary running environment platform
US20070261044A1 (en) * 2006-05-04 2007-11-08 Jonathan Clark Chained Hook Function Serving Multiple Versions Of Identically Named Dynamically Loaded Libraries
CN101561763A (en) * 2009-04-30 2009-10-21 腾讯科技(北京)有限公司 Method and device for realizing dynamic-link library
CN101938469A (en) * 2010-08-08 2011-01-05 北京大学 Method and system for transparently loading Android library file during operation

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1834911A (en) * 2005-03-14 2006-09-20 华为技术有限公司 Method of realizing program loading operation
CN1924805A (en) * 2005-09-02 2007-03-07 腾讯科技(深圳)有限公司 Method for realizing dynamic clinkbase in wireless binary running environment platform
US20070261044A1 (en) * 2006-05-04 2007-11-08 Jonathan Clark Chained Hook Function Serving Multiple Versions Of Identically Named Dynamically Loaded Libraries
CN101561763A (en) * 2009-04-30 2009-10-21 腾讯科技(北京)有限公司 Method and device for realizing dynamic-link library
CN101938469A (en) * 2010-08-08 2011-01-05 北京大学 Method and system for transparently loading Android library file during operation

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
DIBOWEI: "iOS程序插件及功能动态更新的2个思路-基于库的动态加载", 《HTTP://WWW.COCOACHINA.COM/BBS/READ.PHP?TID-129814.HTML》 *
LINUW: "gcc下_attribute_((constructor))和_attribute_((destructor))的使用", 《HTTP://BLOG.CSDN.NET/LINUW/ARTICLE/DETAILS/6048307》 *

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106936686A (en) * 2015-12-31 2017-07-07 北京北信源软件股份有限公司 A kind of immediate communication platform for supporting safety moving to handle official business
CN105824623A (en) * 2016-03-14 2016-08-03 广州趣丸网络科技有限公司 Android application hotfix method and device
CN105824623B (en) * 2016-03-14 2019-03-26 广州趣丸网络科技有限公司 A kind of method and apparatus that Android application hot repair is multiple
CN107193609A (en) * 2017-05-27 2017-09-22 北京奇虎科技有限公司 Functional module call method and device, electronic equipment in
CN107193609B (en) * 2017-05-27 2021-05-07 北京奇虎科技有限公司 Function module calling method and device in application and electronic equipment
CN107729063A (en) * 2017-10-25 2018-02-23 武汉斗鱼网络科技有限公司 Call method, device and the terminal of SDK
CN109933350A (en) * 2019-03-07 2019-06-25 江苏通付盾信息安全技术有限公司 The method, apparatus and electronic equipment of embedded code in the application
CN111309407A (en) * 2020-02-21 2020-06-19 咪咕文化科技有限公司 Processing method and device for integrated third-party library
CN111309407B (en) * 2020-02-21 2023-07-11 咪咕文化科技有限公司 Processing method and device for integrated third party library
CN114461226A (en) * 2022-04-07 2022-05-10 广州易方信息科技股份有限公司 Method and device for solving mandatory dependence

Also Published As

Publication number Publication date
CN105094878B (en) 2019-02-22

Similar Documents

Publication Publication Date Title
CN105094878A (en) System library file integration method and apparatus
CN103177210B (en) A kind of method implanting dynamic stain analysis module in Android
CN110727440B (en) Software packaging method
CN108964968B (en) Service access management method and system in container cloud environment
CN107045438B (en) Application top view processing method, device and component
US11797692B2 (en) Tool for generating security policies for containers
CN111666096B (en) Hot updating method and device for target application, storage medium and electronic equipment
CN111399840B (en) Module development method and device
CN105867947A (en) Data processing method and device after upgrades of preset applications
CN103530156A (en) Method and device for dynamically loading and calling program
CN103677922A (en) Method and device for starting application software
CN104731622B (en) The loading method of a kind of application program, device and mobile terminal
CN111008009B (en) Service componentization method and system based on Flutter
CN103970563A (en) Dynamic Android class loading method
CN103793248A (en) Method and device for upgrading application program
KR102141749B1 (en) APP program execution method and device
CN110941443B (en) Method and device for modifying file name in SDK (software development kit) and electronic equipment
CN111240987B (en) Method and device for detecting migration program, electronic equipment and computer readable storage medium
WO2020135129A1 (en) Method and device for loading plug-in of application, and terminal
CN107402749B (en) Method and device for realizing picture loading library
CN111290740A (en) Application program development method and device, computer equipment and storage medium
CN113835748B (en) Packaging method, system and readable medium for application program based on HTML5
CN114201174A (en) Construction method and device of hybrid mobile application, electronic equipment and storage medium
CN110502251B (en) Application installation method and device
CN111367512B (en) Method and device for creating Android library module dependency relationship in application development

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20211112

Address after: Room 516, floor 5, building 3, No. 969, Wenyi West Road, Wuchang Street, Yuhang District, Hangzhou City, Zhejiang Province

Patentee after: Alibaba Dharma Institute (Hangzhou) Technology Co., Ltd

Address before: P.O. Box 847, 4th floor, Grand Cayman capital building, British Cayman Islands

Patentee before: Alibaba Group Holdings Limited