Recently changed the computer, reconfigure the Android development environment, record:Early research on the development of Android, with Eclipse feel very bloated, and later out of the Android-studio, and other versions gradually stabilized to use it well, but it is more difficult to endure the AVD simulator slow start speed, and do not like to always use the re
The first thing to declare is that multi-threaded download here does not refer to multiple threads downloading a file, but each thread is responsible for a file. Real multi-threaded hope behind can bring you.
------------- Welcome to learn to love the small partners add Group -------------
-------------android AC Group: 230274309-------------
-------------share together and progress together! Need Yo
Document directory
1. Install JDK
2. Install the compilation tool
3. Create a working directory
4. Install the repo version management tool (based on Git-based development to facilitate git Resource Management)
5. Prepare to download the android source code.
6. configure a repo account
7. Download the source code of
distributions are welcome.
In general you will need:* Python 2.4, which you can download from python.org.* JDK 6 if you wish to build gingerbread or newer; JDK 5 for froyo or older. You can download either from java.sun.com.* Git 1.5.4 or newer. You can find it at http://git.or.cz /.
Ubuntu Linux (64-bit)The Sun JDK is no longer in Ubuntu's main package repository. In order to
/downloading.htmlCompile Reference 3: http://source.android.com/source/building.htmlCompile reference 4: http://source.android.com/source/building-devices.htmlNext we will summarize the download and compilation process of the android source code on ubuntu 10.10. The official documents are detailed. This article focuses on summary and supplement. If you still have any questions, please refer to the official
(Google http://source.android.com/source)
Build a compilation environment
1. Initial language compilation environment
The source code size is about 6 GB. It takes about 25 GB to complete a compilation, and my hard drive is 50 GB.
2. Create a Linux Image
Google Doc (http://source.android.com/source/) recommends Ubuntu 10.10 64-bit (LTs), which is my system version. The following software is generally needed:
Python 2.5 -- 2.7, which you can download fr
Download and decompress the Zip file based on Android, and update the simple help class of the UI
Download file:
/*** Download File ** @ param down_url * @ param output * @ param tmpDir */private void download (String down_url, File output, File tmpDir) {InputStream inputSt
Download Android code in Ubuntu
1. Install Git and Repo
First, make sure to create a/bin directory under the current user's home directory (if not), and then put it (~ /Bin) to the path environment variable.
Www.bkjia.com @ ubuntu :~ $ Vim. bashrc Add:
Export PATH = $ PATH :~ /Bin
Www.bkjia.com @ ubuntu :~ $ Source. bashrc
Www.bkjia.com @ ubuntu :~ $ Echo $ PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.