Click here to Skip to main content
15,890,336 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi guys, I have a question about the Android Emulator in a Windows form.
I want to run an Android emulator in a C# Windows form on the left side on which I can control and access from the right side via different commands (for example button is pressed and an app opens).
Does anyone know anything about this or can anyone give me tips?

What I have tried:

So far I tried on YouTube and among friends to find out how I can solve this problem but unfortunately nobody could help me with this problem.
I tried so far in a C# Windows Form project to create a folder in which a complete Android source code was available and then to output or address this via the Windows Form. But unfortunately without success.
Posted
Comments
[no name] 28-Jun-18 15:30pm    
Why do you want to run the emulator "from a form"?

Doesn't the emulator run "in Visual Studio"? (as the others do)
Henni xyz 28-Jun-18 15:37pm    
Maybe they didn't understand me.
I want a built-in emulator in a Windows form with a specific Android, which always stays the same. The emulator should always start itself when the bot is started.
[no name] 28-Jun-18 18:42pm    
Nowhere does it mention a emulator "plugin" for a "windows form":

https://www.makeuseof.com/tag/how-to-emulate-android-run-android-apps-pc/
Henni xyz 29-Jun-18 9:49am    
This is not what I'm looking for.
I need a plugin or a virtual machine in which a custom Android system is available.
This should run IN a Windows form in Visual Studio in an extra panel.
Of course, you should also have access and be able to control the Android and an app with commands. (e.g. Back, Home)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900