13

I would like to modify qemu source code to get some lower level information from Android emulator.

Where do I get Android emulator source code ? (I assume the source might include qemu source code as well).

halfer
  • 19,471
  • 17
  • 87
  • 173
codereviewanskquestions
  • 12,620
  • 25
  • 97
  • 162

1 Answers1

8

Where do I get Android emulator source code

It's here


To build it : build-emulator.sh

which is located here

--- EDIT: now here: https://android.googlesource.com/platform/external/qemu/+/master/docs/DEVELOPMENT.TXT

android.weasel
  • 3,145
  • 1
  • 27
  • 37
Reno
  • 33,246
  • 11
  • 86
  • 101