This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Your Android Config Here */ | |
/* Spoon Configuration */ | |
repositories { mavenCentral() } | |
configurations { spoon } | |
dependencies { spoon 'com.squareup.spoon:spoon-runner:1.0.5' } | |
def buildDirPath = project.buildDir.path | |
def apk = buildDirPath + '/apk/' + project.name + '-debug-unaligned.apk' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
##### | |
# | |
# This script creates android emulators on the fly. | |
# | |
# Please refer to the README for usage instructions. | |
# | |
#### |
NewerOlder