start Script
fun startScript()
Content copied to clipboard
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(deviceHost: String, accountName: String, useDefaultConfigs: Boolean)
Content copied to clipboard