Confirmed users
3,990
edits
No edit summary |
|||
Line 87: | Line 87: | ||
= Artifacts = | = Artifacts = | ||
== Android emulator == | == Android emulator == | ||
We have emulators for Android 2.3 (un-patched) and Android x86. | |||
The emulator that ships in stock SDKs downloaded from AOSP, at http://developer.android.com/sdk/ , contains the newest (and most-debugged) implementation of OpenGL host rendering and ARM emulation (from ARMv5TE through ARMv7A). We therefore use stock emulators. | The emulator that ships in stock SDKs downloaded from AOSP, at http://developer.android.com/sdk/ , contains the newest (and most-debugged) implementation of OpenGL host rendering and ARM emulation (from ARMv5TE through ARMv7A). We therefore use stock emulators. | ||
For <b>Android x86</b>, we patched the AOSP "tools_r22" emulator. The original problem was documented in {{bug|917562}}, and we distributed new emulator binaries in {{bug|933918}}. | For <b>Android x86</b>, we patched the AOSP "tools_r22" emulator. The original problem was documented in {{bug|917562}}, and we distributed new emulator binaries in {{bug|933918}}. | ||
=== Create EC2 instance based on graydon's initial AMI === | |||
This will help anyone trying to build the emulator again. | |||
* Go to Amazon's AWS console | |||
* Under EC2's dashboard click on "Images->AMIs" | |||
TBD | |||
== AVD definition == | == AVD definition == | ||