The Android SDK emulator is very slow(booting and running), how to improve?

Asked

Viewed 1,608 times

1

The Android SDK includes a mobile device emulator - a virtual mobile device that runs on your computer. The emulator allows you to develop and test Android applications without the use of a physical device. This emulator has a low performance, that is, in its startup and in its performance in running applications. How to solve this problem?

  • 2

    Pedro, I think it would be better 'visualisable', if you put the two answers as answers. It is valid you can answer your questions yourself.

  • @Emanuelsn thank you for giving this tip

1 answer

3


I will show you 2 options that you can use to remedy this problem or at least mitigate:
1º - If you use a computer with an Intel processor that has Intel Virtualization technology, install the package that supports Intel CPU choice in the creation of AVD. Open the SDK Manager with the android command and install the package "Intel x86 Atom System Image" for the Android version you want to use as in the figure below:

Intel

And when creating an AVD choose CPU "Intel Atom (x86)" as in the figure below:

Configuração

2º - You can still use another emulator, in case the Genymotion that supports for various versions of android, as well as emulator a real device model (Motorola D1 Razr, Google Nexus, Xperia Sony etc). Just enter this link : Genymotion and download the installer that comes along with Virtualbox to perform emulation and use the Genymotion plugin for Eclipse to run your applications.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.