aboutsummaryrefslogtreecommitdiffstats
path: root/README
blob: c3338040122570e1d50ff84621746156fbb61163 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
This package contains the sources to the Android emulator program.

Building the emulator:
----------------------

you can build this program either form within the Android build system,
or as a standalone binary executable.

 + in the former case, simply type "m emulator" to build the emulator

 + in the second case, read the INSTALL document for details on
   requirement and build/install steps.