3

I am using Android virtual device for 2.1 Eclair . Emulator takes nearly about 2 mins in booting process,how can we reduce to booting time?

5 Answers5

2

While you create an emulator from AVD Manager you can tick on the checkbox Enable Snapshot. start emulator first time from AVD Manager and again tick SnapShot. After emulator started close it and run your application in that emulator.

The initial booting time will not be reduced. But the further running time will be reduced a lot.

Sadeshkumar Periyasamy
  • 4,848
  • 1
  • 26
  • 31
1

This is very usual. When working with your development open the emulator and fetch a cup of coffee while its booting. Then dont shut it down before you stop working again. You can keep running and debugging the same project into the same emulator the whole day if you would like.

Best regards Jonas

Jonas m
  • 2,646
  • 3
  • 22
  • 43
1

Throught the terminal issue a command: emulator -avd "device name" -no-boot-anim through this emulator will bootup without animition,for more info http://developer.android.com/guide/developing/tools/emulator.html

0

Yes we can. You can save snapshot of the emulator and then resume the same session next time. Here is topic about it: how do you save android emulator snapshot?

Community
  • 1
  • 1
Ruuhkis
  • 1,924
  • 1
  • 27
  • 46
0

Even though snapshot help you to decrease time, it is buggy (at least for me). So boot your emulator time to time

Canberk Ersoy
  • 428
  • 1
  • 5
  • 13