blob: 44ddc25ec8d4d849aa9555edd22aca0447093ab5 [file] [log] [blame]
The Android Open Source Project8b23a6c2009-03-03 19:30:32 -08001This package contains the sources to the Android emulator program.
2
3This program emulates a virtual ARM board that can be used to run Android
4system images on a typical developer machine. To do so, you'll need additionnal
5files provided with the public Android Software Development Kit (SDK).
6
7To download them, go to http://code.google.com/android/
8
9Emulator-specific documentation is available at the following page:
10
11 http://code.google.com/android/reference/emulator.html
12
13Please read the INSTALL file to see how you can rebuild the emulator, or
14build a source distribution package tarball.
15
16Read the CHANGES.TXT file to see what important changes were added since
17the last release.
18
19Note: This program is distributed under the terms of the GNU General Public
20 License, which exact licensing conditions are available in the COPYING
21 file found within this package.
22
23- Android Emulator Team