加载中
Switch between branches using repo

NOTE: Since you downloaded everything with repo, you can easily use repo to switch between branches without downloading everything again: repo init -b jb; repo sync This will do...

Android初始化语言 (init.*.rc、init.conf文件格式)

下文转载自:http://hi.baidu.com/zhlg_hzh/blog/item/4ad24a807c71d3db9023d967.html 红猎人:看了很多类似的文章,只有这篇讲述有条理,清楚,值得收藏! ==============================...

Android中静态实例的生命周期

Extending the Android Application class and dealing with Singleton In this post I’m going to show the basic steps to extend the Android Application class and I’m also going to...

2012/05/24 09:27
2.7K
Event dispatching of Android

Event dispatching is relatively simple. There are two major models: - Focus-based dispatching is used for key events and trackball events. - Position-based dispatching is used f...

编译Android 4.0 ICS注意事项

编译 sdk 时,先运行 lunch sdk-eng,不然编译会出错,形如: development/build/sdk.atree:229: couldn't locate source file: framework/layoutlib-tests.jar lunch 的自动不全中没有 sdk-...

2011/11/24 14:21
1.3K
PC上试玩Android Market

PC上试玩Android Market

Android 属性系统

每个属性都有一个名称和值,他们都是字符串格式。属性被大量使用在Android系统中,用来记录系统设置或进程之间的信息交换。属性是在整个系统中全局可见的。每个进程可以get/set属性。 在系统...

2011/01/10 13:55
360
Android Property System

Every property has a name and value. Both name and value are text strings. Property is heavily used in Android to record system setting or exchange information between processes...

安装 apk 到 /system/app 目录下

在 Android 中,如果要使用系统限制的权限(比如 android.permission.WRITE_SECURE_SETTINGS),我们需要把程序安装到 /system/app/ 下。 下面以 SecureSetting.apk 为例,演示这个操作。需要...

Android Tel

http://letsgoustc.spaces.live.com/blog/

Android Add new target

Add new target Overview The article describes how to create a target for your own device under Android-x86. Rewritten from the e-mail Chih-wei Huang sent to android-x86 discussi...

android 启动过程和 build 过程

首先下载下android源码并编译,网上的资料特别多,可以参考一下这个网站http://blog.csdn.net/liaoshengjiong/archive/2009/03/04/3957749.aspx 按照网站上的步骤,将android内核编译成功,如...

Android build system note

非常有用的记录,感谢作者! ======================================= 1. Android编译系统分析 编译脚本及系统变量 build/envsetup.sh脚本分析 在编译源代码之前通常需要在android源代码顶层...

手工打包 system.img

单个模块编译后,直接打包/system目录下的内容到system.img,这样可以加快编译速度。 ./mkyaffs2image <要打包的目录> <生成的文件> out/host/linux-x86/bin下有一些有用的host工具,可以添加...

android build error

error message: sdk/platforms/android-8/tools/aapt": java.io.IOException: error=2, No such file or directory solve: The problem seemed to be that the Android executables requires...

Android 检测内存是否过低

// FIXME: It looks like outInfo.lowMemory does not work well as we expected. // after run command: adb shell fillup -p 100, outInfo.lowMemory is still false. private sta...

2010/06/16 09:22
1K
缩小android文档上方框架的"占地面积"

在看Android的文档的时候,问题有种不爽的感觉,很压抑,是什么原因呢?原来是因为文档本身的框架的上部占去了好高的一段屏幕,去基本上没有显示什么要紧的东西,只是Android的Logo和google的...

编译android不再需要jdk1.5

今天编译Android的时候发现jdk不是1.5都可以通过。

2010/04/25 12:35
465
Ubuntu 12.04(64位)下载并编译 Android 4.1 源码[只有2条命令]

Ubuntu 12.04(64位)下载并编译 Android 4.1 源码[只有2条命令] ==================================================== $ sudo apt-get install git-core gnupg flex bison gperf build-e...

*.android.com上不去的解决方法

可以访问 market.android.com,但是 source.android.com 和 developer.android.com 都上不去。是不是 android网络资源的部分服务器和 youtube是同一ip地址段?难道又是被zf的 Great Firewall...

没有更多内容

加载失败,请刷新页面

返回顶部
顶部