Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Emulator: Failed to pull selection

Android 2.2 emulator. When I'm trying to pull a file from DDMS-file explorer, it says:

[2012-02-08 02:52:52] Failed to pull selection [2012-02-08 02:52:52] (null) 

Why and what to do with it?

like image 467
Leaphyme Avatar asked Feb 07 '12 19:02

Leaphyme


People also ask

Why is my Android Emulator not working?

If the emulator fails to launch due to the error vulkan-1. dll cannot be found , you probably need to update the emulator. To update the emulator in Android Studio, go to Tools > SDK Manager and install the latest stable version of Android platform.

What is cold boot in Android Emulator?

The first time you start an Android Virtual Device (AVD) with the Android Emulator, it must perform a cold boot (just like powering on a device), but subsequent starts are fast and the system is restored to the state at which you closed the emulator last (similar to waking a device).18-Dec-2017.


1 Answers

You might have forgotten to re-select the device in the left pane. For some reason, it needs to be refreshed and the previous selection is invalid.

like image 73
George Nguyen Avatar answered Oct 09 '22 18:10

George Nguyen