Skip to content

Instantly share code, notes, and snippets.

@kbshl
Last active November 18, 2016 16:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kbshl/10594b6c27dd20903aa405f9dd379b42 to your computer and use it in GitHub Desktop.
Save kbshl/10594b6c27dd20903aa405f9dd379b42 to your computer and use it in GitHub Desktop.
Adb install already compiled Android app in Titanium - From http://skypanther.com/2015/10/arggh-failed-android-install
# the -r flag says to reinstall app and is not really necessary but does not hurt
# so throw it in
adb install -r /path/to/your_app/build/android/bin/YourApp.apk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment