Skip to content

Commit 204f6cf

Browse files
committed
Missing destination directory for adb push
destination directory for adb push is missing. Probably /data/local/tmp/ is the right directory as it used later on.
1 parent 04effda commit 204f6cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ cd hijack
4545
cd jni
4646
ndk-build
4747
cd ..
48-
adb push libs/armeabi/hijack
48+
adb push libs/armeabi/hijack /data/local/tmp/
4949
cd ..
5050
```
5151

0 commit comments

Comments
 (0)