简体   繁体   English

如何查找哪个依赖项导入特定的so文件

[英]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 我正在尝试让我的应用程序达到Google期望的64位标准: 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 我分析了我的发行版APK,发现一个.so文件: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? 如何找到哪个依赖项将此.so文件导入到我的项目中?

There is a gradle task called "dependencies". 有一个名为“ dependencies”的gradle任务。 Execute this on your app module. 在您的应用模块上执行此操作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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