Why emulator is very slow in Android Studio?

后端 未结 20 2846
小鲜肉
小鲜肉 2020-11-29 03:01

I just setup Android Studio on my PC, which is new launch to develop Android application.

My problem is that, when I try to run my small app in emulator, it take to

20条回答
  •  一生所求
    2020-11-29 03:20

    A quick fix if using Android Studio (or Eclipse) is to disable the boot animation.

    1) Select Run > Edit Configurations

    2) Android Application > YOURAPP

    3) Select the "Emulator" tab and check the "Disable boot animation"

    This is will stop the "ANDROID" image from loading and boot directly to the lock screen, then keep your the emulator open. Also, to avoid problems, don't rotate the device before launch (Cmnd + Ctrl + F11), and don't try to run the app more than once during installation.

提交回复
热议问题