Skip to content

Commit f48683c

Browse files
author
Collin Mulliner
committed
Merge pull request crmulliner#2 from biafra23/patch-1
Missing destination directory for adb push
2 parents 04effda + 204f6cf commit f48683c

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)