全部博文(160)
发布时间:2015-01-29 15:14:20
在使用repo sync 的时候, 以时候会出现以上错误的时候, 使用:git branch -r获得upstream的分支信息: m/gingerbread -> umg/kernel/2.6.35.3/stable然后使用git rebase m/gingerbread -> umg/kernel/2.6.35.3/stable将发前分支变基到与upstream同步,以后再用repo sync 就没有.........【阅读全文】
发布时间:2015-01-11 19:26:07
android-5.0.tar.gz 115网盘礼包码:5lbcl16a1k7qhttp://115.com/lb/5lbcl16a1k7q 除去git. repo等很占空间的内容。编译注意:1 ubuntu需要安装openjdk 72 如果没有openjdk 7的话,需要下载jdk7,然后修改 build/core/main.mk 177行,将requires_openjdk := true 改.........【阅读全文】
发布时间:2015-01-11 17:09:10
Codenames, Tags, and Build NumbersAt a high level, Android development happens around families of releases, which use code names ordered alphabetically after tasty treats.Platform Codenames, Versions, API Levels, and NDK ReleasesThe code names match the following version numbers, alon.........【阅读全文】
发布时间:2015-01-05 14:10:40
This document will help you set up the Eclipse IDE for Android platform development.Note: if you are looking for information on how to use Eclipse to develop applications that run on Android, this is not the right page for you. You probably would find the Eclipse page on developer.android.........【阅读全文】
发布时间:2015-01-05 11:16:55
Repo usage takes the following form:repo COMMAND OPTIONS Optional elements are shown in brackets [ ]. Once Repo is installed, you can get information about any command by runningrepo help COMMAND Many commands take a project list as an argument. You can specify project-list as a list of .........【阅读全文】