简体   繁体   中英

Is there a way one can find out which ndk version was used to compile android .so share library?

有没有办法可以找出哪个ndk版本用于编译android .so共享库?

There are some hints, like if the file was compiled in 2010, it could not be NDK r10. Or if it was compiled with gcc 4.9, it must have been above r8 (IIRC, I did not check). You can set the lower limit also if it is 64bit. Or if it is for platform 21.

You are in a much better shape if there is a prebuilt STL library next to your .so . This file can be binary compared to the versions packed in each NDK release.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM