J
J
jaffrey2017-03-08 22:52:05
Java
jaffrey, 2017-03-08 22:52:05

How to work with android emulator via API?

Gentlemen, are there any options for programmatic interaction with android emulators? For example, you need to open some applications, surf in the browser, and so on. Maybe there are some emulators with open api or libs.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
G
GavriKos, 2017-03-08
@GavriKos

adb.

R
Rou1997, 2017-03-08
@Rou1997

There, as a rule, root-rights, so everything that cannot be done through ADB can be done by writing your own server application for Android, and the client "outside" the emulator will connect to it locally (debuggers like gdbserver work this way), and if required, you can change something in Android itself, this will not cause a number of problems, as on devices with an OS assembly from the manufacturer.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question