E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
googlesource
Android Binder驱动源码下载地址
最近在看《Android框架揭秘》,看到第七章AndroidBinderIPC时,其中有涉及到Binder驱动的代码,想了解一下,找了半天没有一个有效的链接参考,自己动手找:https://android.
googlesource
.com
zhao3546
·
2013-09-09 11:00
android
下载链接
binder驱动
git clone eclipse 失败
使用gitclonehttps://android.
googlesource
.com/platform/prebuilts/eclipse.giteclipse-bjb-mr2-dev这个命令来下载eclipse
sunzeduo
·
2013-09-08 10:17
git
clone
eclipse
fa
问题区
git clone eclipse 失败
使用gitclonehttps://android.
googlesource
.com/platform/prebuilts/eclipse.giteclipse-bjb-mr2-dev这个命令来下载eclipse
sunzeduo
·
2013-09-08 10:17
eclipse
git
clone
failed
android 源代码版本号整理
这个目前是gitclonehttps://android.
googlesource
.com/platform/manifest.git然后再gitbranch-a输出的内容,也就是说googleandroid
sunzeduo
·
2013-09-06 21:25
android
源代码
Google
版本号
origin
最新android 应用源码下载
https://android.
googlesource
.com/platform/manifest/+refs下载各个版本的的应用清单文件default.xml(里面有各个应用的标识),然后使用:gitclone-vhttps
it382566697
·
2013-09-06 14:26
android
windows下Android源码的分模块下载
里面说到了Android自己写的获得联系人的源码,为了防止有些人下载不了源码,所以今天就教一下大家怎样在Windows下面下载Android的源码 Android的源码是在https://android.
googlesource
.com
u011485531
·
2013-09-05 09:00
Android开发
源码下载
分模块
从github上下载android源码(已附脚本)
换了android.
googlesource
.com还是差不多,代码一样下不下来。 不过经过一番努力还是有结果的,发现github有个项目是做了android.
googlesource
.
貌似掉线
·
2013-09-02 11:00
github
JSoup
Android源码
下载android
windows下载android源码
google源码下载的地址https://android.
googlesource
.com/?
sunzeduo
·
2013-08-26 16:51
android
windows
源码下载
Windows环境下下载Android源码
//code.google.com/p/msysgit/downloads/list2.默认安装,打开gitbash3.主要的操作命令如下 cdd: gitclonehttps://android.
googlesource
.com
huangyanan1989
·
2013-08-26 00:00
源码
android
windows
下载
repo 无法下载解决
curlhttps://dl-ssl.google.com/dl/
googlesource
/git-repo/repo>~/bin/repocurlhttps://dl-ssl.google.com/dl
塔塔米
·
2013-08-24 17:00
windows下载android源码
安装官方下载:http://code.google.com/p/msysgit/downloads/list,打开GitBash,执行命令cdD: gitclonehttps://android.
googlesource
.com
sunzeduo
·
2013-08-23 16:39
windows
android
源代码
checkout
官方下载
git cloning fails with libcurl was built with SSL disabled
用git在windows下下载gitclonehttps://android.
googlesource
.com/platform/manifest.gitandroid源码的时候,发现出现了libcurlwasbuiltwithSSLdisabled
sunzeduo
·
2013-08-23 13:09
windows
support
Windows环境下Android 源码模块下载
http://code.google.com/p/msysgit/downloads/list运行以下命令,来看一下有多少个AndroidGit源码库:gitclone https://android.
googlesource
.com
bearray123
·
2013-08-19 11:00
android
Android kernel 下载编译笔记
building-kernels.html创建工作目录后,在工作目录下运行git命令下载指定版本内核:$mkdiryourworkdir$cdyourworkdir$gitclonehttps://android.
googlesource
.com
Tonyfield
·
2013-08-13 11:00
android
kernel
编译
-----------ubuntu安装编译 webrtc--------------------
通过git获取depottool工具: gitclonehttps://chromium.
googlesource
.com/chromium/tools/depot_tools.g
sno_guo
·
2013-08-10 08:00
下载android源码的坎坷风云【整理】
废话少说直接主题写在前面的话,网站可能不能访问,处理方法修改host文件74.125.31.82www.
googlesource
.com 74.125.31.82android.
googlesource
.com
loovejava
·
2013-08-09 21:00
Windows7 下载android源码
直接下一步下一步就好)3.在硬盘上建立存放源码的文件夹,我存放的位置是D:\MyGit\android,在文件夹上右击,会弹出选择GitBash:4.在浏览器地址栏输入https://android.
googlesource
.com
noobjava
·
2013-08-07 11:00
Android源码
android4.2源码下载过程
创建一个~/bin目录,并添加到环境变量中$mkdir~/bin$PATH=~/bin:$PATH3、下载repo脚本并修改权限为可执行$curlhttps://dl-ssl.google.com/dl/
googlesource
leilu2008
·
2013-08-01 10:00
Android内核的编译与裁剪
可供选择的内核源码有很多版本:[plain]viewplaincopy$ git clone https://android.
googlesource
.com/kernel/common.git $
leilu2008
·
2013-07-25 13:00
使用GIT下载android源代码
1.下载 GIT windows 版本 2.使用 GIT GUI进行下载 3.https://android.
googlesource
.com/
jonson
·
2013-07-23 16:00
【eoe 1】获取Android源代码
Linux下 1.获取repo脚本文件(python脚本) curl https://dl-ssl.google.com/dl/
googlesource
/git-repo/repo
·
2013-07-12 23:00
android
[Gitiles]Git服务器的一键式搭建
参考资料:http://hron.me/blog/2013/01/gitiles-install-howto/https://android.
googlesource
.com/https://code.google.com
airk000
·
2013-07-10 18:00
linux下使用gpiolib操作/sys/class/gpio来控制gpio
参考文档 https://android.
googlesource
.com/kernel/common/+/experimental/android-3.8/Documentation/zh_CN/gpio.txtecho
3444542
·
2013-07-03 15:00
#Linux
#s3c2416
android 源码
源码下载:gitclonehttp://android.
googlesource
.com/platform/frameworks/base在线源码:http://androidxref.com/http
xhl86xhl
·
2013-07-02 10:00
Android 网络通信框架Volley简介(Google IO 2013)
Volley主页 https://android.
googlesource
.com/platform/frameworks/volley http://www.youtube.com/watch?
t12x3456
·
2013-07-02 09:00
[置顶] android学习网站(持续更新)
124.16.139.131:24080/lxr/source/在github上的地址https://github.com/androidgooglesource下面的源码https://android.
googlesource
.com
nei504293736
·
2013-07-02 02:00
ubuntu12.04(64bit)编译android-3.4内核代码
$ gitclonehttp://android.
googlesource
.com/kernel/goldfis
oldmtn
·
2013-06-28 16:00
repo sync error: Failed connect to android.
googlesource
.com:443
下载android代码过程中,提示以下错误:error:Failedconnecttoandroid.
googlesource
.com:443;Connectionrefusedwhileaccessinghttps
yuan1590
·
2013-06-24 21:00
编译Android模拟器内核goldfish
一、下载交叉编译器 新建一个目录android_tools用于存放交叉编译器,然后cd到该目录下,执行如下指令: gitclonehttps://android.
googlesource
.com
vipclx
·
2013-06-08 15:00
蓝牙开发测试常用工具:hcitool hcidump
如果只是想查看源码,下面的链接会很方便:https://android.
googlesource
.com/platform/external/bluetooth/bluez/+/android-4.1.2
dull_boy2
·
2013-05-27 11:00
Android版本下载以及切换
1:下载android主线分支repoinit-uhttps://android.
googlesource
.com/platform/manifest 2:下载android其它分支repoinit-uhttps
ariesjzj
·
2013-05-13 19:00
ubuntu新环境安装sync
1、sudoapt-getinstallcurl2、curlhttps://dl-ssl.google.com/dl/
googlesource
/git-repo/repo>/bin/repo提示:bash
心如明镜
·
2013-05-09 10:46
安装
ubuntu
下载
ubuntu新环境安装sync
1、sudoapt-getinstallcurl2、curlhttps://dl-ssl.google.com/dl/
googlesource
/git-repo/repo>/bin/repo提示:bash
心如明镜
·
2013-05-09 10:46
安装
下载
ubuntu
手机开发
下载android源码 中断解决原因
浏览器登录https://android.
googlesource
.com/new-password,并用gmail帐号登录; 2.
abc20899
·
2013-05-07 15:00
Android源码
编译Android源码(1) ---- 使用repo下载源代码
http://source.android.com/source/downloading.html),只需要几个步骤即可1.下载repo:curlhttps://dl-ssl.google.com/dl/
googlesource
carmenloklok
·
2013-05-05 12:00
fedora17上编译Android4.2
1、下载代码repoinit-uhttps://android.
googlesource
.com/a/platform/manifestreposync2、准备编译工具sudoyuminstallgccgcc-c
uhippo
·
2013-05-04 19:00
android 4.2.1 下载和编译
本人安装的是ubuntu12.0464位系统1、mkdir~/binPATH=~/bin:$PATH2、curlhttps://dl-ssl.google.com/dl/
googlesource
/git-repo
liberize
·
2013-05-03 19:00
android
编译
Android 子项目 列表
可以通过: https://android.
googlesource
.com/?
free2o
·
2013-05-03 15:00
android 源码下载403 forbidden, 406 not acceptable 错误
浏览器登录https://android.
googlesource
.com/new-password,并用gmail帐号登录; 2.
seya
·
2013-04-24 08:00
android
android 源码下载403 forbidden, 406 not acceptable 错误
阅读更多解决方法1.浏览器登录https://android.
googlesource
.com/new-password,并用gmail帐号登录;2.点击网页上的“允许访问”,得到类似1machineandroid.
googlesource
.comlogingit
seya
·
2013-04-24 08:00
android
解决下载android源码时出现的无法连接问题
developer.android.com/sdk/index.htmlhttp://source.android.com/source/ 1.curlhttps://dl-ssl.google.com/dl/
googlesource
zzsfqiuyigui
·
2013-04-21 23:00
android移植(一)-s3c2416内核的移植
要在板子上运行andoid首先得有一个支持android的内核下载内核$gitclonehttps://android.
googlesource
.com/kernel/samsung.git$ls-a.
zmlovelx
·
2013-04-18 19:00
在ubuntu12.04上编译 android源代码(二)
接着上一篇介绍,接下来要从网上下载android源代码1)安装Repomkdir~/binPATH=~/bin:$PATHcurlhttps://dl-ssl.google.com/dl/
googlesource
dyllove98
·
2013-04-15 20:00
如何获取Android原生代码所有Branchs和Tags
在获取android原生代码时,有时候不知道代码有哪些分支和tag比较郁闷,如何解决,请看下图和链接https://android.
googlesource
.com/platform/manifest
jcgu
·
2013-04-11 09:00
android
tag
branch
下载android源码出错解决办法
出现以下的类似错误:Fromhttps://android.
googlesource
.com/platform/manifest *[newbranch] android-cts-2.3_r12->
心如明镜
·
2013-04-10 16:51
android
源码下载
编译android源码二(下载源代码)
Repo 1)在用户目录下创建bin目录$mkdir~/bin $PATH=~/bin:$PATH2)下载Reposcript和保证可执行$curlhttps://dl-ssl.google.com/dl/
googlesource
luhuajcdd
·
2013-04-09 19:00
下载 Android 指定版本源码
curl$sudoapt-getinstallgitcurl 2、安装repo$mkdir~/bin $PATH=~/bin:$PATH $curlhttps://dl-ssl.google.com/dl/
googlesource
johnnycode
·
2013-04-08 06:00
Cygwin中下载Android源码步骤
2、准备源码存放目录mkdir /home/android(以下都是基于这个目录操作)cdandroidmkdirbincurlhttps://dl-ssl.google.com/dl/
googlesource
stdying
·
2013-04-06 16:00
cygwin
下载android源码
panada kernel build
2013/04/06build: gitclonehttps://android.
googlesource
.com/kernel/omap.git gitcheckoutpanda_branch$
brucexu1978
·
2013-04-06 00:00
repo下载android出现fatal: Unable to find remote helper for 'https'问题的方法
在ubuntu10.04下用repo下载android源码,出现如下错误:$repoinit-uhttps://android.
googlesource
.com/platform/manifestGethttps
wuxiaoer717
·
2013-04-04 10:00
上一页
12
13
14
15
16
17
18
19
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他