Android emulator start time

Android emulator start time … here is a solution to the problem.

Android emulator start time

I’m using an Android virtual appliance for 2.1 Eclair. The emulator startup process takes almost 2 minutes, how can we reduce startup time?

Solution

When you create an emulator from AVD Manager, you can tick the checkbox to enable snapshots. Launch the emulator from AVD Manager for the first time, then tick SnapShot again. After the emulator starts, close it and run your application in that emulator.

The initial startup time is not reduced. But further run time will be much less.

Related Problems and Solutions