public function startUp()
 {
     parent::startUp();
     $this->console(CONSOLE_LINE);
     $this->additionalArguments = array("-cpu-delay", "0", "-no-boot-anim", "-avd", $this->avd, "-port", $this->emulatorPort);
     return OKAY;
 }