From 14491bf4ea88258c8f9d793cd4334482c15ded1a Mon Sep 17 00:00:00 2001 From: eclipsess Date: Mon, 11 Jun 2018 16:15:00 +0800 Subject: [PATCH] add annotations --- tools/scripts/push2android.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/scripts/push2android.sh b/tools/scripts/push2android.sh index 0a30480222..a014d1ca23 100644 --- a/tools/scripts/push2android.sh +++ b/tools/scripts/push2android.sh @@ -22,5 +22,7 @@ adb push ${LIB_PATH} ${EXE_DIR} adb push ${IMAGE_PATH} ${IMAGES_DIR} adb push ${MODELS_PATH} ${MODELS_DIR} echo "test files sync completed" +echo "!!must cd /data/local/tmp/bin and export LD_LIBRARY_PATH=. " +echo "you can cd /data/local/tmp/bin and ./test-xxx" } push_fn -- GitLab