
android
文章平均质量分 77
victorchi2009
这个作者很懒,什么都没留下…
展开
-
Android导入工程提示Invalid project description错误
Android导入一个工程时提示 Invalid project description字样,当我们单击网上搜了下说是:其实这是基于Eclipse IDE导入工程时遇到描述文件版本不对都会存在这种问题,而这个问题在Android开发中其实是由于androidman转载 2011-09-01 15:57:40 · 834 阅读 · 0 评论 -
Android --Configuring a New Product
Detailed InstructionsThe steps below describe how to configure makefiles for new mobile devices and products running Android.Creat转载 2011-08-16 16:42:58 · 455 阅读 · 0 评论 -
Android-Adding SystemService
This wiki page will demonstrate - "How to add system service to android framework". Example - "Adding a Bluetooth HID service" - taken as re转载 2011-08-16 17:16:59 · 487 阅读 · 0 评论 -
Android Sensor PortingGuide
Contents [hide]1 Introduction2 Accelerometer2.1 Android sensor sub system overview2.2 Driver porting2.2.1 Modify LIS331D转载 2011-08-16 17:19:58 · 1384 阅读 · 0 评论 -
android porting Guid--PMU,Wlan,BT,Audio,Camera,LCD,TS,Keypad
Contents [hide]1 About this manual2 Power Management2.1 Introduction2.2 Features Overview2.3 Android PM Sub-System Overvie转载 2011-08-17 16:12:03 · 4141 阅读 · 0 评论 -
Android SurfaceFlinger中的SharedClient -- 客户端(Surface)和服务端(Layer)之间的显示缓冲区管理
SurfaceFlinger在系统启动阶段作为系统服务被加载。应用程序中的每个窗口,对应本地代码中的Surface,而Surface又对应于SurfaceFlinger中的各个Layer,SurfaceFlinger的主要作用是为这些Layer申请内存,根据应用程序的请求管理这些转载 2011-09-16 17:58:50 · 459 阅读 · 0 评论 -
Android makefile Product_target
今天有时间小看一下Android 的Makefile, 终于稍有明白Android 编译系统是如何通过环境变量 TARGET_PRODUCT 来决定编译定制product. 首先, 编译Android 代码 通常情况下使用:# make showcommands这转载 2011-09-20 15:11:15 · 458 阅读 · 0 评论 -
Android makefile编译系统 Android.mk 文件语法规范
Android.mk编译文件是用来向Android NDK描述你的C,C++源代码文件的, 这篇文档描述了它的语法。在阅读下面的内容之前,假定你已经阅读了docs/OVERVIEW.TXT文件,了解了它们的脚色和用途。 一、概述 一个Android.m转载 2011-09-21 10:13:23 · 571 阅读 · 0 评论 -
android bluez development -----very useful
http://www.slideshare.net/erinyueh/android-bluetooth-introduction原创 2011-08-31 11:06:25 · 354 阅读 · 0 评论 -
Building Android for a new Mobile Device
Detailed InstructionsThe directions below describe how to configure make files for new mobile devices and products.Create a compan原创 2011-08-31 11:38:52 · 392 阅读 · 0 评论 -
THE BOOK FOR LEARNING ANDROID----GREAT ONE
http://ofps.oreilly.com/titles/9781449390501/Android_Overview.htmlChapter 3. Quick Start Chapter 4转载 2011-08-31 11:46:07 · 868 阅读 · 0 评论 -
Android Development Tutorial
Android Development TutorialLars VogelVersion 7.9Copyright © 2009 - 2011 Lars Vogel24.08.2011原创 2011-08-31 13:21:34 · 1127 阅读 · 0 评论 -
Android 学习资源
http://www.jollen.org/blog/android_os/ Jollen 的Android 教學,#1: Android 應用程式模式jollen 發表於 December 29, 2008转载 2011-09-13 10:25:09 · 1358 阅读 · 0 评论 -
Android 编译系统
自Android开源以来,引起了嵌入式行业一股热潮,很多嵌入式开发者表示对Android有很强的兴趣,并下载Android源码进行编译和移植。Android源码的巨大(repo下来,大概2G)给人以Android相当复杂的错觉。本文从Android编译系统的角度,让大家了解And转载 2011-09-09 18:14:13 · 638 阅读 · 0 评论 -
Android平台刷机包 修改制作方法
Android平台刷机包 修改制作方法转自:http://www.g3top.com/ 在此先要明确声明一下:由于android平台的更新换代过于频繁,偶的做法不一定好用,也不一定完全正确(只是记录一下偶在自己的nexus one上面做的一些实验而转载 2011-09-09 17:31:31 · 1660 阅读 · 0 评论 -
[转]怎样使用Eclipse来开发Android源码
用eclipse+ADT作为android开发工具,可以说是很方便的,在HelloActivity小程序里我们就感觉到eclipse功能的强大。那么,我们可以用 eclipse来开发android源码吗?如果我们直接把android源码里一个工程导入eclipse,一般来说都原创 2011-09-01 16:58:50 · 343 阅读 · 0 评论 -
关于使用Eclipse调试Launcher的完美解决方法
看了论坛还没有帖子解决这个问题,特写这篇教学,大家互相学习。由于在Android源码中,很多方法、成员、类、包都被打上@hide标签,这些成员在SDK中没有公开,以至于在编译Launcher源码时最常遇到的类android.view.View的成员mScrollX无法访问。转载 2011-09-01 15:58:50 · 390 阅读 · 0 评论 -
Using Eclipse
Using EclipseThis document will help you set up the Eclipse IDE for Android platform development.Note: if you are looking for inform转载 2011-09-01 17:20:38 · 306 阅读 · 0 评论 -
九步教你安装android源代码
稳定版的Android源代码已经公布,任何人都可以免费下载。Google希望通过公布源代码,电信运营商和手机制造商,乃至一般开发者们进一步深刻了解和利用Android系统,从而有益于该平台下的的发展。那么我们是不是应该好好利用呢?工具/原料androi原创 2011-09-02 13:58:17 · 532 阅读 · 0 评论 -
如何使用eclipse和emulator debug Android source code(JNI以上部分)
这个文档主要说明了如何debug我们的JNI以上的java code部分,包括App Framework以及Application部分。1.首先建立Android的编译环境,并且将android的source code repo下来。然后对源码进行make。安装e原创 2011-09-02 14:08:38 · 1465 阅读 · 0 评论 -
Eclipse导入Android项目的正确方法
摘要: 看网上流传的Eclipse导入项目的方法都是在新建Android程序时使用“Create project form existing source”选项实现的导入,虽然也能实现,但感觉很山寨的样子,而且导入的项目还在原位,Eclipse不会自动将其复制到wo ...转载 2011-09-02 14:36:53 · 463 阅读 · 0 评论 -
如何使用Android SDK开发Android应用?
这是一个根源性问题,Android作为一个还是新兴的平台因为有Google罩着体现出强大的优势,加上现在的Java已经被手机商控制住了咽喉,所以相对而言,Sun对Java的控制力非常之弱,所以学Java是合时宜的。在网上找了一大堆的有关Android的解释等,找到一个比较转载 2011-09-02 10:22:37 · 299 阅读 · 0 评论 -
JNI简单入门
做Android开发,最終还是免不了要用NDK的,我这才真的需要学习下JNI。简单的说,JNI就是让Java代码与native代码(比如C和C++)交互的一种机制。参照The JNI Programmer's Guide and Specification,很成功的运转载 2011-09-08 13:42:59 · 352 阅读 · 0 评论 -
Android Makefile and build system 分析
前言之前言:之前此文发表在eoeandroid,但没有贴图。然后被一些网站转载,也没有贴图,给阅读本文带来一些不便。在此附上贴图,转载请注明来自csdn 博客。作者邮箱:hongjie.career@gmail.com 前言:预计未来一致两年内移动互联网将会有很大的转载 2011-09-09 18:25:16 · 467 阅读 · 0 评论 -
Khronos OpenSL ES
OpenSL ES - The Standard for Embedded Audio AccelerationOpenSL ES™ is a royalty-free, cross-platform, hardware-accelerated audio API tun原创 2011-08-31 10:21:31 · 1062 阅读 · 0 评论