I used to drag the image to Android emulator API 30 and the image would show up in emulator gallery. However with Android 2021.1.1 Patch 2
, images dragged to the emulator does not show up in gallery or anywhere else. Android shows a message saying that the image has been copied but it could not be seen in gallery. Here is the image of the android emulator:
Clicking open the gallery shows nothing inside after dropping the image. Here is the SD card configed for the emulator:
How to populate image to gallery on emulator in Android 2021.1.1 Patch2
?
CodePudding user response:
How to upload files to Emulator:
Copy the image(very important)
Android Studio has Device Explorer to explore emulator content (Earlier we used to have DDMS, which is deprecated in Studio 3 ). Go to View -> Tools Window -> Device File Explorer and you can see the explorer window. Go to Storage -> emulated -> 0 ->Download. Here paste that photo
Note: You don't see Device Explorer if you have opened a Flutter project.