Prepare the environment
First, you need to download “repo” script from kernel.org
my blog (please, use double quotes around the URL address):
curl "http://php.webtutor.pl/en/wp-content/uploads/2011/09/repo" > ~/bin/repo
chmod a+x ~/bin/repo
PATH=~/bin:$PATH
Download the Android repository
Now, you can safely download the repository, like so:
mkdir WORKING_DIRECTORY
cd WORKING_DIRECTORY
repo init -u git://codeaurora.org/platform/manifest.git -b gingerbread
repo sync
Reference: http://php.webtutor.pl/en/2011/09/05/kernel-org-hacked-how-to-get-android-repo/
分享到:
相关推荐
下载Android源代码是Android开发中的一个基础步骤,对于理解Android系统的内部运作以及进行自定义修改或构建至关重要。本文将详细讲解在Ubuntu和MacOS系统上下载Android源代码所需的步骤和工具。 首先,确保你的...
这个压缩包“Android-source-code-download.rar”似乎包含了关于如何下载Android源码的详细指导,而“Android source code download.docx”很可能是具体步骤的文档。 下载Android源码的过程通常涉及以下几个关键...
Beginning Android C++ Game Development introduces general and Android game developers like you to Android’s powerful Native Development Kit NDK The Android NDK platform allows you to build the most ...
在http://download.csdn.net/detail/lqefn/4583011看到这个资源,但是他的不可以编译成功,我自己在网上上寻找缺失的文件,然后在vs2010下面编译成功。在cmd测试adb devices测试通过.
本项目“MSIT-SIS-Android-Source-Code”提供了一个学生信息系统的Android系统源码,为开发者提供了一个宝贵的实践平台。Android系统源码的开放性使得开发者可以对系统进行深度定制和优化,对于学习Android开发、...
《Saving Data on Android》是针对Android开发人员的一份宝贵资源,特别关注于在Android平台上保存数据的方法。这个压缩包包含了三种格式的文档——PDF、ePub以及源代码,旨在帮助开发者深入理解如何在Swift服务器端...
标题中的"drive-download-20200703T174957Z-001_sourcecode_nfo/landingdownlo"暗示这是一个与软件下载相关的项目,时间戳"20200703T174957Z"表明这是2020年7月3日的一个文件,可能是源代码或更新版本的记录。...
SeeJoPlayer_v1.2.0_beta_SourceCode_Android 是一个Android应用的源代码压缩包,主要用于展示或学习如何开发一款视频播放器应用。在这个版本中,开发者可能引入了新的特性,修复了一些已知问题,并进行了性能优化。...
"Android source codes"这个主题涵盖了许多核心组件和技术,包括布局、菜单、对话框、通知、活动、服务、广播、广播接收器、控件、数据库支持、内容提供器、HTTP通信以及XML解析和异步消息处理。以下是对这些知识点...
CoolClock An Android clock Setting CoolClock->Touch in screen(Or click menu)->Setting Trigger Screen Slide over to turn screen on and off is via ...SourceCode:CoolClock Email:socoolby@gmail.com
android-4.2_r1:android 4.2_r1源代码镜像,ISO包http
If you are interested in programming for Android, you will need at least a basic understanding of how to program in Java....samples, download the source code from the Apress web site (www.apress.com).
The source code is public on Github. The app also does not need any unnecessary permissions. A simple Android browser based on webview. The base is "Ninja" (https://github.com/mthli/Ninja). The ...
How to download an Android app and decompile it into its original Java source and HTML5 and CSS code How to protect your Android apps so that others cannot decompile it To identify potential security ...
Book Description An introduction to Android Studio, the new development environment for ...For the book are several complete and runnable Android Project Examples available for download (Source Code).
How to work with the source code First, download Android Studio and make sure all the required SDK Tools are properly updated. Then, complete the following steps: Download the zip fi
AndEngine Cookbook的随书代码,对帮助理解书中程序有很好的参考作用 AndEngine Cookbook英文版地址http://download.csdn.net/detail/lmk_2011/6564641
3. **Android SDK**:开发Android应用离不开Android SDK,它包含了开发、调试和发布应用所需的各种工具。源码中会有与Android API的交互,如处理触摸事件、显示通知、存档数据等。 4. **OpenGL ES**:对于2D或3D...