← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #226745]: Cannot open Android Emulator using openApp "emulator64-arm"

 

Question #226745 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/226745

Description changed to:
Hi I am trying to bring the Android Emulator to the front of the screen
once I have manually launched it using the command lines in the
"/android-sdk-mac_86/tools".

I am doing this in Java

Here is the method I am using once its launched, but it doesn't work:

	public static void setAndroidSim() throws Exception {
		SikuliScript app = new SikuliScript();

		app.openApp("emulator64-arm");
	}

Please note this works for all the other running apps

Is it running under another name that cant see?
The header of the emulator show the port and device as named in the device manager

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.