PCAPdroid icon indicating copy to clipboard operation
PCAPdroid copied to clipboard

Show libraries used by an app

Open AloneM123 opened this issue 2 years ago • 4 comments

应用程序的概况中所提及的目标SDK ,此处只显示了数量,可以显示SDK详细信息吗,或者在后续版本中更新此功能!!!

AloneM123 avatar Aug 11 '22 03:08 AloneM123

Hi, please clarify what you mean

emanuele-f avatar Aug 11 '22 09:08 emanuele-f

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?

NEK-RA avatar Aug 13 '22 12:08 NEK-RA

我想表达的是,使用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上查看,或取消订阅. @.***与>.

AloneM123 avatar Aug 16 '22 02:08 AloneM123

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

emanuele-f avatar Aug 16 '22 12:08 emanuele-f