konstantinbueschel
11/18/2016 - 4:27 PM

Adb install already compiled Android app in Titanium - From http://skypanther.com/2015/10/arggh-failed-android-install

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