Aero Wang
Aero Wang

Reputation: 9217

Where is Android Emulator file structure on macOS?

Where is Android Emulator file structure (such as /data, /system, etc) on macOS?

It's not under ~/Library/Android/sdk/system-images/android-27/google_apis/x86.

Upvotes: 5

Views: 3803

Answers (1)

Onik
Onik

Reputation: 19949

Where is Android Emulator file structure (such as /data, /system etc) on Mac OS?

You cannot directly explore Android Emulator's filesystem on Mac OS, just because the partitions, /data, /system etc, aren't mounted on the Mac OS's filesystem.

Your option is adb shell.

Upvotes: 2

Related Questions