A few bits and pieces about the CPU ABI

The first is an article about SO files you should know
http://ph0b.com/android-abis-and-so-files/
introduces the current 7 kinds of ABI

official website also has corresponding introduction
https://developer.android .com/ndk/guides/abis.html

Main picture:


All in all, it is best to provide full coverage of each model, and the algorithm efficiency will be improved. Although it will reduce the size of the APK, it is not very recommended. After all, different CPUs The corresponding different so files.

Then I saw that the adb command was used to connect the mobile phone and process it. I

checked and there was such an introduction
http://www.cnblogs.com/xiaoxuetu/p/3411214.html

There is platform-tools/adb.exe under the SDK to use It can interact with the device, I checked my own device

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326609144&siteId=291194637