
Android
tycoona
这个作者很懒,什么都没留下…
展开
-
配置android编译环境和源码下载
来自google官方文档:http://source.android.com/source/download.htmlandroid的官方文档常常被墙掉,无法访问。Get Android Source CodeThis document describes how to set up your local work environment, how to use Repo to get the Android files, and how to build the files on your machine原创 2011-02-28 13:49:00 · 1401 阅读 · 0 评论 -
解决Android Gingerbread (2.3) 编译错误
<br />下载了android 2.3源码,但是当编译的时候,遇到了如下问题:<br /><br />build/core/main.mk:77: You are attempting to build on a 32-bit system.<br />build/core/main.mk:78: Only 64-bit build environments are supported beyond froyo/2.2.<br /><br />原因是编译gingerbread默认需要64位系统和Jav原创 2011-02-28 15:58:00 · 921 阅读 · 0 评论 -
How to use eclipse to debug android source(from google official site)
<br />Using Eclipse<br /><br />This document will help you set up the Eclipse IDE for Android platform development.<br /><br />Note: if you are looking for information on how to use Eclipse to develop applications that run on Android, this is not the r原创 2011-03-07 10:51:00 · 1084 阅读 · 0 评论