Skip to content Skip to sidebar Skip to footer

How To Modify Android Emulator Source Code

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

Solution 1:

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


Post a Comment for "How To Modify Android Emulator Source Code"