Skip to content

Instantly share code, notes, and snippets.

@carlosb1
Created November 2, 2015 14:18
Show Gist options
  • Save carlosb1/9d5169ee5cd1102ada8f to your computer and use it in GitHub Desktop.
Save carlosb1/9d5169ee5cd1102ada8f to your computer and use it in GitHub Desktop.
#!/bin/sh
find ../libs/armeabi-v7a/* -exec adb push {} /data/local/tmp \;
adb shell LD_LIBRARY_PATH="/data/local/tmp:/vendor/lib:/system/lib" /data/local/tmp/text_extractor_tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment