Difference between revisions of "OS: Android - Download"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
Line 1: | Line 1: | ||
+ | ==Persiapan== | ||
+ | |||
+ | Before you download and build the Android source, ensure your system meets the following requirements: | ||
+ | |||
+ | A Linux or Mac system. It is also possible to build Android in a virtual machine on unsupported systems such as Windows. If you are running Linux in a virtual machine, you need at least 16GB of RAM/swap and 30GB or more of disk space in order to build the Android tree. | ||
+ | A 64-bit environment is required for Gingerbread (2.3.x) and newer versions, including the master branch. You can compile older versions on 32-bit systems. | ||
+ | 30GB of free disk space to complete a single build and up to 100GB or more for a full set of builds. The source download is approximately 8.5GB in size. | ||
+ | |||
+ | Python 2.6 -- 2.7, which you can download from python.org. | ||
+ | |||
+ | GNU Make 3.81 -- 3.82, which you can download from gnu.org, | ||
+ | |||
+ | JDK 6 if you wish to build Gingerbread or newer; JDK 5 for Froyo or older. You can download both from java.sun.com. | ||
+ | |||
+ | Git 1.7 or newer. You can find it at git-scm.com. | ||
+ | |||
+ | Instalasi Aplikasi Pendukung | ||
+ | |||
+ | |||
+ | ==Download== | ||
+ | |||
Sumber: http://source.android.com/source/downloading.html | Sumber: http://source.android.com/source/downloading.html | ||
Revision as of 05:57, 9 August 2013
Persiapan
Before you download and build the Android source, ensure your system meets the following requirements:
A Linux or Mac system. It is also possible to build Android in a virtual machine on unsupported systems such as Windows. If you are running Linux in a virtual machine, you need at least 16GB of RAM/swap and 30GB or more of disk space in order to build the Android tree. A 64-bit environment is required for Gingerbread (2.3.x) and newer versions, including the master branch. You can compile older versions on 32-bit systems. 30GB of free disk space to complete a single build and up to 100GB or more for a full set of builds. The source download is approximately 8.5GB in size.
Python 2.6 -- 2.7, which you can download from python.org.
GNU Make 3.81 -- 3.82, which you can download from gnu.org,
JDK 6 if you wish to build Gingerbread or newer; JDK 5 for Froyo or older. You can download both from java.sun.com.
Git 1.7 or newer. You can find it at git-scm.com.
Instalasi Aplikasi Pendukung
Download
Sumber: http://source.android.com/source/downloading.html
$ mkdir ~/bin $ PATH=~/bin:$PATH
$ sudo apt-get install curl $ curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ~/bin/repo $ chmod a+x ~/bin/repo
$ mkdir android-source $ cd android-source
$ repo init -u https://android.googlesource.com/platform/manifest
Referensi
Pranala Menarik
- Linux
- Ubuntu
- Linux: CLI untuk Survival
- Sistem Operasi
- Linux: Instalasi Sistem Operasi
- Linux: Skema Partisi di Linux
- Kernel
- Compile Kernel
- Compile Kernel: Konfigurasi Kernel
- Kernel: Anatomi Kernel Source
- OS: Linux Kernel
- OS: Parameter Kernel Default
- OS: Kernel Scheduler
- OS: Complete Teori Tuning Kernel Scheduler
- OS: Complete Teori Tuning I/O Performance
- OS: Tuning Manajemen Memory
- OS: Tuning Kernel Scheduler
- OS: Tuning Completely Fair Queueing CFQ I/O scheduler
- OS: Tuning Completely Fair scheduler CFS
- OS: Build in Monitoring Tool
- Linux Benchmarking
- OS: Benchmarking menggunakan UnixBench
- OS: Benchmarking menggunakan LLCBench
- OS: Mengerti System Call
- OS: Membuat Kernel Modul
- OS: Android - Download