Search code examples
android

Run application in emulator?


When I'm going to run my application a new emulator starts, despite that I already have an emulator opened! Since the time to load and launch the emulator is so long, isn't there a way to run an application in a emulator that is already opened? Thanks!


Solution

  • You can set the property of ur app as manual rather than automatic to run an application..

    Just right click on the app, then Run->RunConfiguration->Target->Manual

    So by doing this, whenever you run ur application,it first ask you at which emulator,you want ur application to run..

    Thanks..