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 I can't see?
The header of the emulator shows the port and device as named in the device 
manager (i.e. 5554:NAME_OF_DEVICE_FROM_AVD)

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

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to