PCAPdroid
PCAPdroid copied to clipboard
Show libraries used by an app
应用程序的概况中所提及的目标SDK ,此处只显示了数量,可以显示SDK详细信息吗,或者在后续版本中更新此功能!!!
Hi, please clarify what you mean
Doesnt build.gradle
file (https://github.com/emanuele-f/PCAPdroid/blob/master/app/build.gradle) contain all necessary info like minSdk, targetSdk, buildToolsVersion, ndkVersion, cmake version and etc?
我想表达的是,使用PCAPdroid检测的APP,在被测试应用的目标SDK数量,能否查看详细是哪些SDK
------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2022年8月13日(星期六) 晚上8:02 收件人: @.>; 抄送: @.>; @.>; 主题: Re: [emanuele-f/PCAPdroid] 目标SDK数量 (Issue #243)
不build.gradle档案(https://github.com/emanuele-f/PCAPdroid/blob/master/app/build.gradle)包含所有必要的信息,如minSdk、target SdK、buildToolsVersion、ndkVersion和cmake版本等?
— 直接回复此邮件,在GitHub上查看,或取消订阅. @.***与>.
The Target SDK that you see in the app details reports the Android SDK number which the app is targeting. This is not the number of external libraries that the app uses. Detecting which libraries an app uses is not directly available via the Android API. It will be possible to add a button to perform a query against exodus, or use its API