15

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).

1 Answer 1

9

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

Sign up to request clarification or add additional context in comments.

5 Comments

Thanks for your answer. How do I build the source code and get emulator binary?
I downloaded the source code and tried to built it. I got this error "build-emulator.sh: line 30: ./android-rebuild.sh: No such file or directory" Have you downloaded the source code and built it?
Last commit at android.googlesource.com/platform/external/qemu/+/master/docs/… in 2015, so I'm guessing it moved again...
No. They just stopped using master branch. See: android.googlesource.com/platform/external/qemu.git/+/refs/…
An old question, but: how do you import or open the sourcecode into an IDE? I need to search through files for references.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.