Home | History | Annotate | Download | only in source

Lines Matching full:build

4 <div><br>This document describes how to set up your local work environment, how to use Repo to get the Android files, and how to build the files on your machine.<br><br>Related reading:<br></div>
16 <div>The source is approximately 2.1GB in size. You will need 6GB free to complete the build.<br><br></div>
19 <div>To build the Android source files, you will need to use Linux or Mac OS. Building under Windows is not currently supported.</div>
23 The Android build is routinely tested on recent versions of Ubuntu (6.06 and later), but reports of successes or failures on other distributions are welcome.<br><h4>
42 <div><div><div><div><ul><ul><li><span>flex, bison, gperf, libsdl-dev, libesd0-dev, libwxgtk2.6-dev (optional), build-essential, zip, curl.</span>
54 libwxgtk2.6-dev build-essential zip <span>curl libncurses5-dev zlib1g-dev <br></span>
79 <div>The Android build requires a 32-bit build environment as well as some other tools:<br></div>
93 sudo apt-get install git-core gnupg flex bison gperf build-essential zip curl</span>
103 If you are running Linux in a virtual machine, you will need at least 1.5GB of RAM and 10GB or more of disk space in order to build the Android tree.<br><h4>
122 <ul><li><span>To build the Android files in a Mac OS environment, you need an Intel/x86 machine running MacOS 10.4 ("Tiger") or 10.5 ("Leopard"). At the moment MacOS 10.6 ("Snow Leopard") is not supported. The Android build system and tools do not support the obsolete PowerPC architecture.</span>
126 <ul><li>We recommend that you build Android on a partition that has been formatted with the "Case-sensitive Journaled HFS+" file system:</li>
129 <li>HFS+ is required to successfully build Mac OS applications such as the Android Emulator for OS X.</li>
265 <span>To build the files, runmakefrom within your working directory:</span>
269 <p>If your build fails, complaining about a missing "run-java-tool", try setting the ANDROID_JAVA_HOME env var to $JAVA_HOME before making.E.g.,</p>