To launch the emulator with your custom binary,
1. [Optional] Add a breakpoint on the source code.
2. From the toolbar, select “Emulator”.
3. Then press either the “Build and Run”, or the “Build and Debug” button on the toolbar.
4. The binary is then automatically started on the emulator
If you have placed a breakpoint and pressed the Debug button, the IDE will offer to switch to debug mode and show the current state of your app. You can check the value of variables and step through the program.