module.exports = function run(callback) {
    log.heading = 'rsx-run android';
    utils.process.run('react-native run-android')(callback);
};