Savad
Savad

Reputation: 1316

How to access android avd devices internal storage

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

Upvotes: 1

Views: 3446

Answers (1)

abhinandan sharma
abhinandan sharma

Reputation: 883

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 !

Upvotes: 5

Related Questions