Skip to content

Instantly share code, notes, and snippets.

View mileskrell's full-sized avatar

Miles Krell mileskrell

View GitHub Profile
@mileskrell
mileskrell / Android Studio config setup.md
Created February 21, 2019 15:44
HOWTO set up nice Android Studio run configurations

Make a script like this:

#!/bin/bash

sh -c "$1 $2 $3 $4 $5 $6 $7"

if [ $? != "0" ]; then
    printf "Clearing data failed! Running anyway..."
fi