Skip to content
This repository was archived by the owner on Aug 25, 2021. It is now read-only.

Commit 5bf209c

Browse files
committed
Add note for platform jar path
1 parent c16887e commit 5bf209c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ Command line for analysis:
2626
not understand the config files content, do not modify them, leave them as it is.
2727

2828
###-p option
29-
-p option specifies the android platform directory, which usually just points to ${ANDROID_SDK}/platforms/
29+
-p option specifies the android platform directory, which usually just points to ${ANDROID_SDK}/platforms/.
30+
#### Notice
31+
Soot requires the specific version of platform.jar to be presented, for example, if your analysis target has targetSDK=22, then Soot will look for platforms/android-22/android.jar, otherwise will raise error. If you don't have the specific jar, actually you can just make a symbolic at that position pointing what you already have, say, android-16.jar to make Soot happy. It won't affect analysis result precision.
3032

3133
### -f option
3234
-f option specifies the APK to be analyzed.

0 commit comments

Comments
 (0)