Home >Operation and Maintenance >Linux Operation and Maintenance >what is linux sdk
linux sdk is a software development kit that integrates IM functions in embedded devices; sdk is the abbreviation of "software development kit", which means software development kit. It is a simple language for a certain program. Some files that provide application programming interfaces may also include complex hardware for system communication.
#The operating environment of this tutorial: linux7.3 system, Dell G3 computer.
Linux SDK is an SDK provided for integrating IM functions in Linux and other embedded devices. Users can use SDK to implement IM functions. Currently, it supports text messages, pictures, voice, location and other messages as well as transparent messages. It can also implement functions such as friend management and group management.
Currently supports ARM platform and MIPS platform.
SDK (software development kit) software development kit.
A software development kit simply provides some files that provide an application program interface for a certain programming language, but may also include complex hardware that can communicate with a certain embedded system. General tools include utilities for debugging and other purposes.
SDK is a collection of program interfaces, documents, and development tools. Yes, a collection. SDK is not a development tool alone, nor is it a program. A complete SDK should include the following: (1) interface files and library files (2) help documentation (3) development examples (4) practical tools.
Extended knowledge:
Linux installation sdk
Download sdk installation package
android-sdk_r24.4.1-linux.tgz
Unzip
tar -zxvf android-sdk_r24.4.1-linux.tgz -C 目的文件夹
Generate the android-sdk-linux folder
cd 目的文件夹/android-sdk-linux/tools sudo ./android
Start the android sdk manager to start the installation
Related recommendations: "Linux Video Tutorial"
The above is the detailed content of what is linux sdk. For more information, please follow other related articles on the PHP Chinese website!