From d2bfcb012b652aa0f61970d76012093a825c635f Mon Sep 17 00:00:00 2001 From: caikelun Date: Fri, 20 Apr 2018 09:39:17 +0800 Subject: [PATCH] update readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index b15ba79..f41b06f 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,14 @@ The latest version of xhook is developed and debugged with the NDK version **r16 ./clean_libs.sh ``` +* try the demo APP + +``` +cd ./xhookwrapper/ +./gradlew assembleDebug +adb install ./app/build/outputs/apk/debug/app-debug.apk +``` + APIs ----