简体   繁体   中英

How to find which dependency imports specific so file

I'm trying to get my app complaint to the 64-bit standard as Google expects: https://android-developers.googleblog.com/2019/01/get-your-apps-ready-for-64-bit.html

I analyzed my release apk and found a .so file: libtdm-5.0-96-jni.so

Tried to find it on my dependencies, but none of them have this name or something like that.

How do I find which dependency imported this .so file to my project?

There is a gradle task called "dependencies". Execute this on your app module.

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