From 8b23a6c7e1aee255004dd19098d4c2462b61b849 Mon Sep 17 00:00:00 2001 From: The Android Open Source Project Date: Tue, 3 Mar 2009 19:30:32 -0800 Subject: auto import from //depot/cupcake/@135843 --- README | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..44ddc25 --- /dev/null +++ b/README @@ -0,0 +1,23 @@ +This package contains the sources to the Android emulator program. + +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). + +To download them, go to http://code.google.com/android/ + +Emulator-specific documentation is available at the following page: + + 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 -- cgit v1.1