Android
文章平均质量分 71
snsn1984
专注技术,专注管理。
展开
-
Android NDK How-To ---- Android 4.4
Android NDK How-To: =================== A collection of tips and tricks for NDK users How to force the display of build commands: ------------------------------------------- Do "ndk-build转载 2013-12-20 10:59:44 · 1376 阅读 · 0 评论 -
Android NDK Overview ---- Android 4.4
Android NDK Overview === Introduction: --- The Android NDK is a set of tools that allows Android application developers to embed native machine code compiled from C and/or C++ source files in转载 2013-12-20 11:48:00 · 2379 阅读 · 0 评论 -
Android NDK Development ---- Android 4.4
NDK Development: ==== This document describes how one can modify the NDK and generate new experimental release packages for it. I. Getting the sources: --- The sources live under the "ndk"转载 2013-12-20 11:50:19 · 2959 阅读 · 0 评论 -
Android4.0.3源码分析——开机流程之Zygote
<!-- @page {margin:2cm} pre.cjk {font-family:"AR PL UMing HK",monospace} p {margin-bottom:0.21cm} tt.cjk {font-family:"AR PL UMing HK",monospace} a:link {} --> Zygote Z原创 2012-04-27 10:40:53 · 4166 阅读 · 0 评论 -
Android 4.0.3 源代码结构分析(一)
<!-- @page {margin:2cm} p {margin-bottom:0.21cm} --> Android/abi (abi相关代码。ABI:applicationbinary interface,应用程序二进制接口) Android/bionic(bionic C库) Android/bootable(启动引导相关代码) Android/build原创 2012-04-13 11:00:00 · 11672 阅读 · 0 评论 -
Bionic---The README from the bionic/libc
Welcome to Bionic, Android's small and custom C library for the Android platform. Bionic is mainly a port of the BSD C library to our Linux kernel with the following additions/changes: - no su转载 2012-07-30 14:42:47 · 2041 阅读 · 0 评论 -
Android中编译工具链的改动----LLVM份量的增加
ART的出现,不光提升了Android的性能,同时也引发了Android编译工具链的改变。本文就此处改变,简要的进行了分析。原创 2014-03-05 15:15:33 · 6920 阅读 · 5 评论 -
浅谈新一代Android操作系统Android L
今天早一些的时候,Google发布了新一代Android操作系统Android L。让我非常意外的是命名规则的变化,之前外界纷纷猜测会叫Android5.0,同时会给一个甜品的名字命名。因为Android操作系统发布了这么多的正式版本,一直是用甜品来命名的,现在直接用了一个L,和以往风格大大不同,让人不太理解。不过好在L非常好记,也非常容易上口。看了一下官方宣称的Android L的新特性,主要有原创 2014-06-26 16:52:37 · 3353 阅读 · 0 评论