Tips for making build faster without Instant Run. Currently Instant Run is still unstable and sometimes not as fast as we think. This slide explains how to develop faster without using Instant Run
/** Show the list of apks **/ && ls -lt ${AND_STD_DIR}/app/apk/ /** The latest apk **/ | head -n 2 /** Fetch the apk name **/ | awk '\''{print $9}'\'' /** Install **/ | xargs -Immm adb install -r ${AND_STD_DIR}/app/apk/mmm