user1699548
user1699548

Reputation:

Why every time after running application new android emulator is started and none of them are shown in DDMS section

First my emulator is too slow to work properly. I'm already frustrated because of it. So I closed that emulator and stated another(by running the application). But now my emulator is not showing in DDMS and every-time I run the application it creates new emulator rather than using existing. So I'm not able to run the application on emulator. If I connect a device then the device is showing in DDMS and working properly, but not my emulator. And please don't tell me to restart emulator, eclipse etc. Because, already a lot of times I have tried it(even restarting PC), but its useless.

Upvotes: 2

Views: 3166

Answers (5)

Farruh Habibullaev
Farruh Habibullaev

Reputation: 2392

In Mac OSx, you need to go Run-> Edit Configuration and you need to tick use the same devices for future

Upvotes: 0

Baradwaj Aryasomayajula
Baradwaj Aryasomayajula

Reputation: 1204

I solved this issue by going to wards DDMS-> reset adb..

Upvotes: 1

David Lemayian
David Lemayian

Reputation: 2799

I solved this issue by removing the path to platform-tools from my bashrc file.

Upvotes: 0

John
John

Reputation: 11

Try running the emulator via the command line with the parameter -verbose, might give you some information on the issue.

Upvotes: 1

Danyal
Danyal

Reputation: 458

I understand that the emulator speed is too slow. If You want to start the same emulator, You may choose it explicitly. If you are using eclipse Right click your project -> Properties-> Run Debug Settings -> Click on your project name -> Edit -> and choose 'Always prompt to pick device' . So now everytime you build your project, you can choose the same emulator. Hope this helps!!!

Upvotes: 0

Related Questions