startScript

fun startScript()

Call this method in a Script's psvm main(args: String[]) make instance of script you want to run in emulator call startScript from that instance and script jar will be created, dexified and uploaded to android device

fun startScript(useDefaultConfigs: Boolean)
fun startScript(deviceHost: String, useDefaultConfigs: Boolean)
fun startScript(deviceHost: String, accountName: String, useDefaultConfigs: Boolean)