Android emulator: Open app without screenshots

Asked by Chandrashekhar PB

How to open an application in the Emulator using the OpenApp(); method without using the screenshots.
Ex: OpenApp("Browser")
This should work in the Linux platform

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
Chandrashekhar PB
Solved:
Last query:
Last reply:
Revision history for this message
RaiMan (raimund-hocke) said :
#1

What emulator?

Revision history for this message
Chandrashekhar PB (chandrubudihal) said :
#2

Android Emulator which is in Eclipse.
So i just want to know how to launch the Applications without taking screenshots..!!

Revision history for this message
RaiMan (raimund-hocke) said :
#3

The features of Sikuli's class App (openApp() internally is based on it), can only be used with applications on the System, that Sikuli runs on.

have a look at https://answers.launchpad.net/sikuli/+question/169859
may be this gives you more possibilities.

Revision history for this message
Chandrashekhar PB (chandrubudihal) said :
#4

Okay thanks a lot..!!