Reputation: 9217
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
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