← 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

    Status: Answered => Open

Jeremiah Jacquet is still having a problem:
On my Mac I looked in Activity Monitor, ran 'top' in the Terminal and
used the name of the Android Emulator emulator64-x86. Sikuli does not
find it.

 - I launch the android emulator using command line in the terminal:
/adt-bundle-mac-x86/sdk/tools/emulator -avd TestAndroidNexus

My Java code is as follow:

		App myApp = new App("emulator64-x86");
		App.open("emulator64-x86");


The console output in Eclipse says:

[log] App.open emulator64-x86(0)
[error] App.open failed: emulator64-x86 not found

Maybe its as you said "(be aware: on Mac currently it is not possible to
bring to front a specific window of an app)."

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