aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2008-12-17 18:04:49 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2008-12-17 18:04:49 -0800
commitdf7881f07f53b041dc0568be8528e9dbb74994cc (patch)
tree1b3e036f7df4241bf0c2d527b73198c50e1d7891 /README
parent55f4e4a5ec657a017e3bf75299ad71fd1c968dd3 (diff)
downloadexternal_qemu-df7881f07f53b041dc0568be8528e9dbb74994cc.zip
external_qemu-df7881f07f53b041dc0568be8528e9dbb74994cc.tar.gz
external_qemu-df7881f07f53b041dc0568be8528e9dbb74994cc.tar.bz2
Code drop from //branches/cupcake/...@124589
Diffstat (limited to 'README')
-rw-r--r--README24
1 files changed, 17 insertions, 7 deletions
diff --git a/README b/README
index c333804..44ddc25 100644
--- a/README
+++ b/README
@@ -1,13 +1,23 @@
This package contains the sources to the Android emulator program.
-Building the emulator:
-----------------------
+This program emulates a virtual ARM board that can be used to run Android
+system images on a typical developer machine. To do so, you'll need additionnal
+files provided with the public Android Software Development Kit (SDK).
-you can build this program either form within the Android build system,
-or as a standalone binary executable.
+To download them, go to http://code.google.com/android/
- + in the former case, simply type "m emulator" to build the emulator
+Emulator-specific documentation is available at the following page:
- + in the second case, read the INSTALL document for details on
- requirement and build/install steps.
+ http://code.google.com/android/reference/emulator.html
+Please read the INSTALL file to see how you can rebuild the emulator, or
+build a source distribution package tarball.
+
+Read the CHANGES.TXT file to see what important changes were added since
+the last release.
+
+Note: This program is distributed under the terms of the GNU General Public
+ License, which exact licensing conditions are available in the COPYING
+ file found within this package.
+
+- Android Emulator Team