1

I have some data inside the android emulator. Is there any way to access android avd devices internal storage on PC

Zoe
  • 27,060
  • 21
  • 118
  • 148
Savad
  • 1,240
  • 3
  • 21
  • 50

1 Answers1

4

Go to Emulator:

Settings -> Memory -> Internal Storage -> Other

Then a pop up will open. Click on explore. Then you will get access of Internal Storage.

or

check this in android studio -

View > Tool Windows > Device File Explorer

Hope it helps !