It is possible to use a real Android device to control the Android emulator?
For example, if I click at a point on the screen of the actual device, the click will also occur in the equivalent position of the display of the virtual device.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Possible? probably somehow. Feasible? not really. AFAIK you’d have to develop the entire system to make that work yourself.
You’d have to handle the communication (USB or bluetooth maybe?) with an app that you write.
Then you’d prolly have to change the firmware that runs the Emulator to allow for injecting your own touch events from the “listener” app that you’ll also have to make and run on the emulator.