How to change the size of the Android emulator

If your emulator popup is too big in Eclipse; follow the steps below to reduce the size of the Android emulator

  1. Go to Run >> Run Configurations.
  2. Select your application on the left side.
  3. Click on "Target" tab on the right panel.
  4. Scroll down to the bottom and input the following under the "Emulator launch parameters".
  5. Enter the follow command in the additional command options text box
    -cpu-delay 0 -no-boot-anim -cache ./cache -scale 0.8
  6. This reduces your emulator size by 80%, and remove boot-up Android animation.

Comments

Popular posts from this blog

Configuring DB2 Connect Server

Concatenate files using MS-DOS